ln()

Function group Execute on client Platform(s)
Logarithmic YES All

Syntax

ln(number)

Description

Returns the log to base e (the natural logarithm) of a number; or -1e100 if number <= 0.

Example

Calculate lResult as  ln(exp(0.5))
# returns 0.5