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