Syntax: EXP(X)
X = a numeric value
EXP returns e raised to the power specified by the argument, where e is the base of the natural log 2.71828183. EXP is the inverse of the natural log function LN.
Examples:
EXP(1) = 2.71828183
EXP(D30) = 1, where D30 = 0
LN(EXP(X4)) = 5.1, where X4 = 5.1
EXP(710) = Error - EXP, floating exception
Excel function: EXP