LOG

Returns the logarithm of a number with respect to base e (Euler's number).

Sample usage

LOG(256)

Syntax

LOG( value )

Parameter

value - The value for which to calculate the logarithm using base e (Euler's number). value must be a positive number.

Examples

Example formula Input Output
LOG(My field) 2.718281828459045 1
LOG(My field) 128 4.852030264