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
When rounding, optionally ensure that sum(round(values)) == round(sum(values)) by rounding some numbers in the opposite direction than the one dictated by convention. The rounding error should be minimized, e.g. prefer rounding down 42.5 over 42.9.
The text was updated successfully, but these errors were encountered:
When rounding, optionally ensure that
sum(round(values)) == round(sum(values))
by rounding some numbers in the opposite direction than the one dictated by convention. The rounding error should be minimized, e.g. prefer rounding down 42.5 over 42.9.The text was updated successfully, but these errors were encountered: