Division of integers
divmod(a, b)
a
the dividend
b
the divisor
a list with two elements, quo (quotient) and rem (remainder)
quo
rem