Description
Exp returns a Number specifying e (the base of natural logarithms) raised to a power.
Arguments
Number value that specifies a power.
Action
Exp returns a Number specifying e (the base of natural logarithms) raised to a power. The value of e is approximately 2.718282.
Example
Exp (1.5)
Returns the exponentiation of 1.5, which is approximately 4.48169.
Comments
Numeric overflow occurs if the given number argument is larger than approximately 705.