EXP |
exp returns its parameter's exponential.
exp(num_exp)
|
Element |
Description |
Restrictions |
|
num_exp |
Numeric Expression |
-1e80< num_exp <=184 |
Y = exp(pi)
This function returns the parameter's exponential (power of e).
exp is the inverse of the In function.
The result type is Double.
|
Error |
Description |
|
ERMODE (10) |
The parameter is not numeric. |
|
ERHUGE (13) |
| num_exp | > 184,89995462 |
|
|