Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ed Hennis
2026-05-29 16:34:51 -04:00
committed by GitHub
parent be9ae88d48
commit c0569037f8

View File

@@ -1694,12 +1694,11 @@ public:
}
{
/* Companion to NumberUpwardWrongDirection_test (which targets
* `operator*=` Upward at the kMaxRep cusp on LargeLegacy), but for
/* Companion regression for the kMaxRep cusp behavior, but for
* `operator/=` on the cusp-fix-ENABLED `Large` scale.
*
* Under `Large` (`CuspRoundingFix::Enabled`), `operator/=` with Upward
* rounding can return a value STRICTLY LESS than the exact quotient,
* Before the dropped-remainder fix, `operator/=` with Upward
* rounding could return a value STRICTLY LESS than the exact quotient,
* violating Upward's directional invariant.
*
* Mechanism (fix-enabled path):