pub fn div_nx2_normalized(u: &mut [u64], d: u128) -> u128
Expand description

⚠️ Compute double limb normalized division.

Requires divisor to be in the range $[2^{127}, 2^{128})$ (i.e. normalized). Same as div_nx1 but using div_3x2 internally.