DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::log

Compute the natural logarithm (base e) of a value.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberA positive number

Return Value

Returns a Number representing the natural logarithm of the value.

Examples

$ Calculate natural logarithm
$ ctrl+enter to run

Related Functions