num_bigint_dig::algorithms

Function idiv_ceil

Source
pub fn idiv_ceil<T: PrimInt>(a: T, b: T) -> T
Expand description

Divide two integers, and ceil the result.