LN
Description
Calculates the natural (base e) logarithm of the provided value
Parameters
An attribute of the Number type or number constant or a calculation producing a number
Example
IF LN (Transaction.Amount) = 1 THEN ...
index function function list mathematical
Calculates the natural (base e) logarithm of the provided value
An attribute of the Number type or number constant or a calculation producing a number
IF LN (Transaction.Amount) = 1 THEN ...