cf
Field.
__pow__
The binary arithmetic operations ** and pow
**
pow
x.__pow__(y) <==> x**y
cf.Field.__floordiv__
cf.Field.__mod__