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