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