Log function (LotusScript® Language)

Returns the natural (base e) logarithm of a number.

Syntax

Log ( numExpr )

Elements

numExpr

Any numeric expression greater than zero.

Return value

The Log function returns a value of type Double.

Usage

The base for natural logarithms (e) is approximately 2.71828.

Example