EXP function

Synopsis
This function evaluates the exponential function using the specified number.
Variations
EXP(Number)
Returns e raised to the power of a specified number.
Parameters
Number

Specifies the number used to evaluate the exponential function.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example evaluates e to the power 2, and returns 7.3890561.

EXP(2)