Page History
...
LN calculates the natural logarithm (to the base e) of expression. The constant e is approximately 2.71828. Expression must evaluate to a positive number.
See also
EXP() function, PWR() function, SQRT() function
Example
Code Block |
---|
* Returns the logarithm of the VALUE expression. result = Ln(VALUE) |