LN
LN function returns the value of the natural logarithm of the supplied value.
COMMAND SYNTAX
LN(expression)
SYNTAX ELEMENTS
expression should evaluate to a numeric value. The function will then return the natural logarithm of that value.
NOTES
The calculation of the natural logarithm is by using the mathematical constant 'e' as a number base.
EXAMPLE
A = LN(22 / 7)
Last update: Sat, 16 Jul 2022 15:34