The system function MathLib.exp returns e raised to the power of a number.
MathLib.exp(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.exp(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib