LOG
Applies to: CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6
Description
The LOG function returns the logarithm of the specified float expression.
By default, LOG() returns the natural logarithm, but you can specify the base with an optional parameter.
Syntax
LOG ( table.column [, base] )
Examples
[1] Calculate the natural logarithm of an integer. |