cf.Field.__rsub__

Field.__rsub__(other)[source]

The binary arithmetic operation - with reflected operands

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

Previous topic

cf.Field.__radd__

Next topic

cf.Field.__rmul__

This Page