cf.FieldAncillary.__rmod__

FieldAncillary.__rmod__(y)[source]

The binary arithmetic operation % with reflected operands.

x.__rmod__(y) <==> y % x

New in version 1.0.