Course
Simulator
More
Premium
Log in
Python Function Reference
Functions
math.exp
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