Function div_nx1_normalized
pub fn div_nx1_normalized(u: &mut [u64], d: u64) -> u64
Expand description
⚠️ Compute single limb normalized division.
⚠️ This function is not part of the stable API.
The divisor must be normalized. See algorithm 7 from [MG10].