exp
exp, function
def const dash autodiff pure exp(a: number): number
Returns $e$ raised to the power a.
a: exponent.
Examples
show table "exp(2)" with
exp(2) as "Value"
This produces the following table:
| Value |
|---|
| 7.389056 |
Errors
exp fails when a is strictly greater than 87.