Python Function Reference

math.exp
Return e raised to the power x.
Python 3.13
math.exp(x)
x
The exponent.
Examples
Python 3.13
>>> import math
>>> math.exp(1)
2.718281828459045