Skip to main content

LN

Returns the natural logarithm of a number.

CategoryMath
SyntaxLN(number)

Parameters

ParameterRequiredDescription
numberRequiredThe positive real number for which you want the natural logarithm.

Example

LN(1)            // → 0
LN(E()) // → 1

Auto-generated from the EngCanvas function registry.