Exp
Calculates the exponential of a number (natural logarithm base e).
Syntax
Exp(Number)
Number:
Any number.
Return Value
The exponential of Number (to the base e).
Related Functions
Example
Variable=Exp(1);
! Sets Variable to 2.7182...
See Also