LN(n)
The LN function returns the natural logarithm of the parameter. This is the opposite of the EXP function.
Example:
MyLogPI := LN(3.14159); //1.144729041185178 OUTPUT(MyLogPI);
See Also: EXP, SQRT, POWER, LOG