cf.Field.__rand__

Field.__rand__(other)[source]

The binary arithmetic operation & with reflected operands

x.__rand__(y) <==> y&x

Previous topic

cf.Field.__rpow__

Next topic

cf.Field.__ror__

This Page