ruint
1.16.0
In ruint::
algorithms::
div
ruint
::
algorithms
::
div
Function
div_nx1_normalized
Copy item path
Source
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].