Determine Remainder
The remainder is what remains after dividing one integer by another.
Formula: a = bq + r, with 0 β€ r < |b| for positive divisor conventions
Preserve the order of the inputs and the notation used by the formula. Negative signs, powers, decimal places, and zero values can materially change a mathematical result.
Check a small example by hand and compare it with the calculator output. Substitution is especially useful for equations and algebraic results.