cf.Field.__rmul__

Field.__rmul__(other)[source]

The binary arithmetic operation * with reflected operands

x.__rmul__(y) <==> y*x

Previous topic

cf.Field.__rsub__

Next topic

cf.Field.__rdiv__

This Page