exp
exp(x)
Calculate the exponent of a value.
Try it yourself:
$1 | exp(1.3)
| |
$2 | e ^ 1.3
| |
$3 | log(exp(1.3))
| |
$4 | x = 2.4
| |
$5 | (exp(i*x) == cos(x) + i*sin(x)) # Euler's formula
|