EXP
Returns e raised to the power of a given number. The constant ‘e’ is equal to 2,71828182845904 and constitutes the basis of the natural logarithm.
Syntax
EXP(number)
Number is the exponent that is applied to the base e.
Comment
In order to calculate the powers of other bases, use the factor of raising to a power (^).
The EXP function is the reverse of the LN function, a number’s natural logarithm.