You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2022-10-24 @recmo wrote in fb3aa20 “Merge pull request #172 from recmo/div2”:
This implementation is off by one.
(q1, r)};(q1, r)}/// TODO: This implementation is off by one.#[inline(always)]#[must_use]pubfn div_3x2_ref(n21:u128,n0:u64,d:u128) -> u64{debug_assert!(d >= (1 << 127));debug_assert!(n21 < d);
On 2022-10-24 @recmo wrote in
fb3aa20
“Merge pull request #172 from recmo/div2”:This implementation is off by one.
From
src/algorithms/div/small.rs:202
The text was updated successfully, but these errors were encountered: