num_
bigint_
dig
0.0.1
In num_
bigint_
dig::
algorithms
Functions
__add2
__sub2rev
adc
add2
biguint_shl
biguint_shr
cmp_slice
div_rem
div_rem_digit
div_wide
extended_gcd
fls
idiv_ceil
ilog2
jacobi
mac3
mac_digit
mac_with_carry
mod_inverse
mul3
mul_with_carry
sbb
scalar_mul
sub2
sub2rev
sub_sign
xgcd
num_bigint_dig
::
algorithms
Function
idiv_ceil
Copy item path
Settings
Help
Summary
Source
pub fn idiv_ceil<T:
PrimInt
>(a: T, b: T) -> T
Expand description
Divide two integers, and ceil the result.