Exp
Syntax
Exp( Expression )
Summary
The constant e raised to the power of Expression. The constant e equals 2.71828182845904, the base of the natural logarithm. EXP is the inverse of LN, the natural logarithm of number.
Examples
EXP(1) = 2.718282 (the approximate value of e)
EXP(2) = 7.389056
EXP(LN(3)) = 3
Tip
To calculate the powers of other bases, use the exponentiation operator (^).