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
The decimalCompare function could be confused with the NSDecimalCompare
function, but it does something very different. Since this function
only compares the mantissa, rename it to compareMantissa instead.
Also fix a bug which slipped through whereby the mantissa would be
compared in the wrong order, leading to some incorrect results when
comparing Decimal values.
0 commit comments