-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
Rename rounding modes and complete with fourth #4455
Conversation
🦋 Changeset detectedLatest commit: 12e6dad The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pushing a commit with rounding comments updates where I considered appropriate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
Hey guys, just noticed that this change has not been mentioned in breaking changes, and the docs are also not updated. |
@Zartaj0 you are looking at the v4 documentation. Documentation for v5 is up to date: |
Oh yes, My bad. Didn't check commenting. Thanks @Amxx |
As pointed out in #4185 "up" and "down" are potentially confusing, and there is more precise terminology that we should be using. Additionally, 3 rounding modes are not enough when it comes to signed numbers, so we've added the missing 4th rounding mode.
Fixes #4185
Fixes LIB-949
Needs tests for new rounding mode.