exp
FEEL built-in function · Numeric functions
exp(number)
Returns e raised to the given power.
Parameters
| Parameter | Type | Description |
|---|---|---|
| number | number | the exponent |
Examples
decimal(exp(5), 4)
148.4132
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).