cf.Data.__rpow__

Data.__rpow__(other, modulo=None)[source]

The binary arithmetic operations ** and pow with reflected operands

x.__rpow__(y) <==> y**x

Previous topic

cf.Data.__rfloordiv__

Next topic

cf.Data.__rmod__

This Page