log
FEEL built-in function · Numeric functions
log(number)
Returns the natural logarithm.
Parameters
| Parameter | Type | Description |
|---|---|---|
| number | number | the value, must be positive |
Examples
decimal(log(10), 4)
2.3026
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).