cf.Field.__truediv__

Field.__truediv__(other)[source]

The binary arithmetic operation / (true division)

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

Previous topic

cf.Field.__div__

Next topic

cf.Field.__floordiv__

This Page