LN function

LN(number) LN(number)

number

Number or { Number }

The input number.

Returns

Number or { Number }

The natural logarithm of a number.

Returns the natural logarithm of a number (using Euler's number—the mathematical constant e—as its base).

Example

LN(EXP(3))LN(EXP(3))

Returns 3.