log

FEEL built-in function · Numeric functions

log(number)

Returns the natural logarithm.

Parameters

ParameterTypeDescription
numbernumberthe value, must be positive

Examples

decimal(log(10), 4)
2.3026 Try it →

Related functions

exp · sqrt

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).