LN

Returns the natural logarithm of a number, base e.

Sample Usage

LN(10)
LN(C5)

Syntax

LN(number)

  • number - The number for which the natural logarithm is to be computed.

Examples

LN(10) returns the number 2.3025.
LN(C5) returns the the natural logarithm of the number contained in C5.

Noes

  • LN is the inverse of the EXP function.