LN (natural logarithm)

Navigation:  Formulas and functions > Functions from A to Z >

LN (natural logarithm)

Previous pageReturn to chapter overviewNext page

Syntax:

LN(Number)

Description:

This returns the natural logarithm (base e) of Number.

Number must be > 0.

Example:

LN(0.7) returns -0.3567

LN(EXP(1.234)) returns 1.234

Note:

The inverse function is EXP

See also:

EXP, LOG, LOG10, POWER