Formulas and Functions

EXP
The EXP function returns e (the base of natural logarithms) raised to the specified power.
EXP(exponent)
exponent: A number value representing the power to which you want to raise e.
Notes
EXP and LN are mathematically inverses over the domain where LN is defined, but because of floating-point rounding, EXP(LN(x)) may not give exactly x.
Example |
---|
=EXP(1) returns 2.71828182845905, an approximation of e. |
See alsoLN