mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user