Funktion ln()

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(2.7182818284590452354) → 1