Navigation :
exp
exp(a: number) 🡒 number, const autodiff pure function
Returns the exponential of the specified number.
x = 4.2
y = exp(x)
show scalar "" with y
The function exp
fails when called with an argument greater or equal to 87.0.
See also
- log
- The EXP function in Excel.