Home
/
Python 3.11
/
Decimal
/
power
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Decimal
power
Python 3.11
Return x to the power of y, reduced modulo modulo if given.
Syntax
PYTHON
Copy
power(x, y, modulo=None)
See Also
power()
exp()
ln()