mulch::math

Function ceiling_integer_divide

Source
pub fn ceiling_integer_divide(x: usize, divide_by: usize) -> usize
Expand description

Divide x by divide_by, taking the ceiling if it does not divide evenly.