A variant of divceil that performs no runtime checks.
The user must ensure that both arguments are strictly positive
(not 0) and are of a signed integer type (not uint).
A variant of divfloor that performs no runtime checks.
The user must ensure that both arguments are strictly positive
(not 0) and are of a signed integer type (not uint).