EXP( )
Returns e raised to a specified power.
Syntax
EXP(<expN>)
<expN>
The positive, negative, or zero power (exponent) to raise the number e to.
Description
EXP( ) returns a number equal to e (the base of the natural logarithm) raised to the <expN> power. For example, EXP(2) returns 7.39 because e^2 = 7.39.
EXP( ) is the inverse of LOG( ). In other words, if y = EXP(x), then LOG(y) = x.
Use SET DECIMALS to set the number of decimal places EXP( ) displays.