<< Click to Display Table of Contents >> EXP (power of e) |
Syntax:
EXP(Number)
Description:
This returns e raised to the power of Number.
The constant e (2.71828...) is the base of the natural logarithm (LN).
Example:
EXP(5) returns 148.4132
EXP(LN(0.1234)) returns 0.1234
Additional info:
The inverse function is LN (natural logarithm).
See also: