LN


The LN function returns the value of the natural logarithm of the supplied value.

 

COMMAND SYNTAX

LN( expression)

 

SYNTAX ELEMENTS

The expression should evaluate to a numeric value. The function will then return the natural logarithm of that value.

 

NOTES

The natural logarithm is calculated using the mathematical constant e as a number base.

 

EXAMPLE

A = LN(22/7)


jBC