cf.Field.__rdiv__

Field.__rdiv__(other)[source]

The binary arithmetic operation / with reflected operands

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

Previous topic

cf.Field.__rmul__

Next topic

cf.Field.__rtruediv__

This Page