Ln function

Returns the natural (base e) logarithm of an expression.

logarithm = Ln(expression)

ParameterDescription
ExpressionAny legal BASIC+ expression.

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.

* Returns the logarithm of the VALUE expression.

result = Ln(VALUE)
  • guides/programming/programmers_reference_manual/ln.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1