ID EN
Decimal

power

Python 3.11

Return x to the power of y, reduced modulo modulo if given.

Syntax

PYTHON
power(x, y, modulo=None)

See Also

power() exp() ln()