Find!
x1 is the division-remainder of "x2/x3" with quotient x4 // x1 = x2 modulo x3
"x1 == x2 % x3" in many programming languages.