Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(numberFilter): fix rounding error edge case #7478

Closed
wants to merge 1 commit into from

Conversation

lgalfaso
Copy link
Contributor

Fix a number rounding error

Closes #7453

@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#7478)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@petebacondarwin petebacondarwin added this to the 1.3.0 milestone May 15, 2014
@lgalfaso lgalfaso closed this in 81d427b May 15, 2014
lgalfaso added a commit that referenced this pull request May 15, 2014
Fix a number rounding error.

Closes #7453
Closes #7478
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

number filter with fractionSize = 2 rounded 1.255 to 1.25 instead of 1.2.6
3 participants