cf.Data.__truediv__

Data.__truediv__(other)[source]

The binary arithmetic operation / (true division)

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