Syntax:
EXP(Number)
Description:
This returns e raised to the power of Number.
The constant e (2.71828...) is the base of the natural logarithm (LN).
Example:
EXP(5) returns 148.4132
EXP(LN(0.1234)) returns 0.1234
Note:
The inverse function is LN (natural logarithm).
See also:
LN, LOG, LOG10, POWER