-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump up the number of bits from 64 to 128 Before we were using `coef: u64` as that was the largest type that was also guarunteed to be positive. This left half the bits unused, however. This change makes it so we're using all available bits. Even though technically we could make an invalid ExDecimal after this change, it's not a practical concern. * Increase precision max to 38 in generator This reverts an old change that was a work around for the `coef: u64` thing. * Remove misleading comment * Fix linting
- Loading branch information
1 parent
5608c27
commit c07ec04
Showing
3 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters