math exp
for math
Returns e raised to the power of x.
Signature
> math exp
Examples
Get e raised to the power of zero
> 0 | math exp
1
Get e (same as 'math e')
> 1 | math exp
2.718281828459045
math exp
for math> math exp
Get e raised to the power of zero
> 0 | math exp
1
Get e (same as 'math e')
> 1 | math exp
2.718281828459045