cf.Field.__rtruediv__

Field.__rtruediv__(other)[source]

The binary arithmetic operation / (true division) with reflected operands

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

Previous topic

cf.Field.__rdiv__

Next topic

cf.Field.__rfloordiv__

This Page