R/helpers.R
quotient.Rd
Return the whole part of m/n towards negative infinity
quotient(m, n)
The numerator.
The denominator.
An Integer.
if (FALSE) { quotient(4, 3) }