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

Example

=EXP(1) returns 2.71828182845905, an approximation of e.

See alsoLN