cf.Data.__rtruediv__

Data.__rtruediv__(other)[source]

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

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