Returns e raised to the power of number. The constant e equals 2.71828182845904, the base of the natural logarithm.
Syntax
EXP(number)
Number is the exponent applied to the base e.
Remarks
Examples
EXP(1)
equals 2.718282 (the approximate value of e)
EXP(2)
equals e2, or 7.389056
EXP(LN(3))
equals 3