The EXP function returns e raised to the power of the specified number.
The specified number is the exponent that you want to raise e to. The specified number must be a DOUBLE PRECISION number.
The constant e is the base of the natural logarithms.
The data type of the returned value is a DOUBLE PRECISION number.
EXP ( number )