Currently, inequalities between a ModNum and a regular integer compare .a() against the integer value.
Would it be better to compare against the integer (mod m)? Currently, my doc test demonstrates the former comparison. This would be a backwards-incompatible change.
I need to think this over.
Currently, inequalities between a
ModNumand a regular integer compare.a()against the integer value.Would it be better to compare against the integer (mod m)? Currently, my doc test demonstrates the former comparison. This would be a backwards-incompatible change.
I need to think this over.