math exp for math

Returns e raised to the power of x.

WARNING

Command math exp was not included in the official binaries by default, you have to build it with --features=extra flag

Signature

> math exp {flags}

Input/output types:

inputoutput
list<number>list<float>
numberfloat

Examples

Get e raised to the power of zero

> 0 | math exp
1

Get e (same as 'math e')

> 1 | math exp
2.718281828459045