Exp Procedure
Returns 
e^x.
Use the 
Log function for natural base-e logarithms.
The built-in constant 
EULER contains the value of the mathematical constant 
e.
Declaration
function Exp(x as Number) as Number
Parameters
Return value
Number — Base-e logarithm of 
x.
Example
Code
Output