math exp
for math
Returns e raised to the power of x.
Signature
> math exp {flags}
Input/output types:
input | output |
---|---|
list<number> | list<float> |
number | float |
Examples
Get e raised to the power of zero
> 0 | math exp
1
Get e (same as 'math e')
> 1 | math exp
2.718281828459045