EXP(X) EXPonential [variable]
Returns "e to the power of X".
Same as function, POWER(e,X), where e=2.718...
See also: LN, LOG, and POWER.
Units: EXP(dimensionless) --> dimensionless (the argument must be dimensionless)
Examples
EXP(1.0) is equal to 2.718282.
EXP(0.0) is equal to 1.0.
EXP(-10.0) is equal to 4.540E-5.
EXP(10.0) is equal to 22026.46.
EXP(LN(10.0)) is equal to 10.0 (by definition).