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
rfqmath: clarify FixedPoint.WithinTolerance doc for max-based approach
Updated the method documentation to specify that tolerance is applied
relative to the larger of the two values. This ensures a 100% tolerance
(1,000,000 PPM) always results in a match for any two nonzero values.
Added an example comparing max-based and bid-based tolerance, explaining
why max-based is more lenient and allows slightly wider spreads in
bid-ask scenarios.
0 commit comments