The binary arithmetic operations ** and pow
x.__pow__(y) <==> x**y
Enter search terms or a module, class or function name.