EXP
Name
Exponent base e
Description
Returns e raised to the power of the specified value . EXP is the inverse of LN.
Syntax
EXP(value)
Remarks
Data Type
Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
EXP(R1C2)
EXP(B3)
EXP(1)=2.7182818285
EXP(LN(4))=4