Home
/
Python 3.11
/
Operators
/
ipow
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
ipow
Python 3.11
a = ipow(a, b) is equivalent to a **= b.
Syntax
PYTHON
Copy
operator.ipow(a, b)