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

uint256: Correct base 10 output formatting. #2844

Merged
merged 1 commit into from
Dec 9, 2021

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Dec 8, 2021

The corrects a formatting issue where the base 10 output is not always printing the expected results.

It also adds a test which triggers the condition as well as a new randomized test to compare the output of random values against the big int output for all of the supported bases.

The corrects a formatting issue where the base 10 output is not always
printing the expected results.

It also adds a test which triggers the condition as well as a new
randomized test to compare the output of random values against the big
int output for all of the supported bases.
@davecgh davecgh force-pushed the uint256_correct_decimal_formatting branch from f38d9d4 to a29d933 Compare December 9, 2021 23:19
@davecgh davecgh merged commit a29d933 into decred:master Dec 9, 2021
@davecgh davecgh deleted the uint256_correct_decimal_formatting branch December 9, 2021 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants