Menu

LN

Description

Returns the natural logarithm of a number. The base of the natural logarithm is the constant e (2.71828182845904).

Examples

LN(-3) = NAN

LN(10) = 2.302585092994

LN(0) = -INF

LN(NAN) = NAN

LN(INF) = INF

LN(-INF) = NAN

On this page