Returns the natural logarithm of the given number.
Syntax
LN (Number)
Data Types of the Argument
Number, Integer
Data Type of the Result
Number
Expression
LN (86)
Result
4.45
Notes
LN is the inverse of the e Exponent [EXP] function.
This function works on positive numbers only.