Skip to content

uint256: Correct base 10 output formatting. - #2844

Merged
davecgh merged 1 commit into
decred:masterfrom
davecgh:uint256_correct_decimal_formatting
Dec 9, 2021
Merged

davecgh merged 1 commit into
decred:masterfrom
davecgh:uint256_correct_decimal_formatting

Conversation

@davecgh

@davecgh davecgh commented Dec 8, 2021

Copy link
Copy Markdown
Member

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.

3 participants