Syntax:
EXP(number)
Gives the constant e (2.71828..) raised to the power of number.
Example:
EXP(3)
returns the number 20.0855.
20.0855