cf
Field.
__rmul__
The binary arithmetic operation * with reflected operands
*
x.__rmul__(y) <==> y*x
cf.Field.__rsub__
cf.Field.__rdiv__