Integer division, defined as Result is (IntExpr1 - IntExpr1modIntExpr2)
// IntExpr2. In other words, this is integer division that
rounds towards -infinity. This function guarantees behaviour that is
consistent with
mod/2, i.e., the
following holds for every pair of integers
X,Y where Y =\= 0.