Return what x is congruent to in the range 0 … m-1
x (int) – The number to be converted
m (int) – The modulus
The unique number from 0 to m-1 (inclusive) that x is congruent to
int
Contents: