cf.Data.__rsub__

Data.__rsub__(other)[source]

The binary arithmetic operation - with reflected operands

x.__rsub__(y) <==> y-x

Previous topic

cf.Data.__radd__

Next topic

cf.Data.__rmul__

This Page