ln() function

Returns the value of the natural logarithm of the passed expression.
This function takes one argument.

Syntax

ln(value)

Arguments

value - any positive number.

Example

ln(1) → 0
ln(e) → 1