$exp
The$exp operator returns the value of e (Euler’s number) raised to the power of the input value.
Input
- A single numeric value (the exponent)
Output
- e raised to the power of the input value
Examples
Positive Exponent
2.718281828459045 (approximately e^1)
Zero Exponent
1 (e^0 = 1)
Negative Exponent
0.36787944117144233 (approximately e^-1)

