| EXIT | Index Level | EXTRACT |
| Syntax | EXP( num.expression ) |
| Category | BASIC |
| Type | Function |
| Description |
returns the exponential of a numeric expression, that is, base e, which is 2.718281828 rounded to "precision" to the power of the numeric expression.
This function is the inverse of the "ln" (natural logarithm) function. The value of the expression can be in the range {+/-}140737488355327*(10(-p)), where "p" is the precision. |
| Options | |
| See Also | operators ^ LN functions |
| Example |
print exp(5)
148.4132 |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| EXIT | Index Level | EXTRACT |