Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistent rounding #8

Open
debrouwere opened this issue Apr 12, 2018 · 0 comments
Open

consistent rounding #8

debrouwere opened this issue Apr 12, 2018 · 0 comments

Comments

@debrouwere
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant