The EXP function returns the natural logarithm (base e) constant raised to the input value.
Format
Arguments definition
|
A real number or a function that returns a real number |
Formulation
Example
ex1) Function : EXP(0)
Result : 1
ex2) Function : EXP(3)
Result : 20.0855