cf.Field.__rfloordiv__

Field.__rfloordiv__(other)[source]

The binary arithmetic operation // with reflected operands

x.__rfloordiv__(y) <==> y//x

Previous topic

cf.Field.__rtruediv__

Next topic

cf.Field.__rpow__

This Page