Log(n:Num):Num

Natural logarithm. Computes the logarithm to base e, where e is Euler's number. The parameter must be a strictly positive number. This is the inverse to the Exp function.

If the parameter is EMPTY, returns EMPTY.

Since: PCC2 1.99.8

See also: Elementary Functions