Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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() functionPWR() functionSQRT() function

Example

Code Block
* Returns the logarithm of the VALUE expression.
result = Ln(VALUE)