ln
Natural logarithm (base e).
Syntax
Section titled “Syntax”v = ln(number)Description
Section titled “Description”Returns log_e(number). number must be positive (or complex for the principal branch).
Examples
Section titled “Examples”ln(exp(1)) % 1ln(10) % 2.3026