Function ruint::algorithms::div::div_nx1_normalized
source · pub fn div_nx1_normalized(u: &mut [u64], d: u64) -> u64
Expand description
⚠️ Compute single limb normalized division.
The divisor must be normalized. See algorithm 7 from MG10.