Function num_bigint_dig::algorithms::idiv_ceil  
source ยท pub fn idiv_ceil<T: PrimInt>(a: T, b: T) -> TExpand description
Divide two integers, and ceil the result.
pub fn idiv_ceil<T: PrimInt>(a: T, b: T) -> TDivide two integers, and ceil the result.