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

Fixing Dragon4 to take unbiased rounding into account. #257

Merged
merged 2 commits into from
Dec 16, 2019

Conversation

tannergooding
Copy link
Member

The Dragon4 implementation was not taking unbiased rounding into account and so it would generate longer than necessary (but still correct) strings. This is only needed when generating the shortest possible string and doesn't need to be accounted for when generating strings of a specific digit length.

@tannergooding
Copy link
Member Author

This is a copy of #232 which was detached when the repo became public.

@tannergooding
Copy link
Member Author

This is still dependent on the live live support going through. This is being tracked by #92

@tannergooding tannergooding merged commit 8cda531 into dotnet:master Dec 16, 2019
@tannergooding tannergooding deleted the float-format branch December 16, 2019 15:51
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
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.

3 participants