exp

FEEL built-in function · Numeric functions

exp(number)

Returns e raised to the given power.

Parameters

ParameterTypeDescription
numbernumberthe exponent

Examples

decimal(exp(5), 4)
148.4132 Try it →

Related functions

log · sqrt

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