LN

The LN function returns the natural logarithm of a number (the power to which e must be raised to result in the number).

LN(pos-num)

pos-num: A number value. pos-num must be greater than 0.

Notes

Example

=LN(2.71828) returns approximately 0.999999327347282, the power to which e must be raised to produce 2.71828.

See also
EXP
LOG