Formula Functions > Functions D to G > EXP |
This function returns e raised to the power of the specified value.
EXP(value)
The argument for this function is any numeric value.
Mathematically, this function is (ex).
This function is the inverse of LN, so EXP (LN(x)) results in x.
Accepts numeric data. Returns numeric data.
EXP(B3)
EXP(R1C2)
EXP(1) gives the result 2.7182818285
This function is available in product version 1.0 or later.
LN | LOG | POWER | Math and Trigonometry Functions