Syntax:
LN(number)
Returns the natural logarithm of number.
number must be > 0.
0
Example:
LN(78)
LN(78
returns the number 4.3567.
4.3567