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:

Value
7.389056

Errors

exp fails when a is strictly greater than 87.

See also

User Contributed Notes
0 notes + add a note