LOG( ) Function

Example   See Also

Returns the natural logarithm (base e) of the specified numeric expression.

Syntax

LOG(nExpression)

Returns

Numeric

Arguments

nExpression

Specifies the numeric expression for which LOG( ) returns the value of x in the equation e^x = nExpression. nExpression must be greater than 0.

Remarks

The base for the natural logarithm is the constant e. The number of decimal places returned in the result is specified with SET DECIMALS.