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

This is a testing version.
It may be incomplete, and have more bugs (or features) than the public live version at planetscentral.com.