LN

LN(n)

nThe real number to evaluate.
Return:LN returns a single real value.

The LN function returns the natural logarithm of the parameter. This is the opposite of the EXP function.

Example:

MyLogPI := LN(3.14159); //1.14473

See Also: EXP, SQRT, POWER, LOG