Function gilrs::utils::ceil_div

source ยท
pub fn ceil_div(a: u32, b: u32) -> u32
Expand description

Like (a: f32 / b).ceil() but for integers.