-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use the
showFreeMin
floating-point printing mode, which
has highly counterintuitive results. Instad, use the `showFree` mode, which produces results more accurate to the underlying bit representation. The `showFree` mode often produces unfortunate trailing zeros in decimal representations, so we take some care to trim those out. Fixes #1089
- Loading branch information
1 parent
3a6c175
commit 143e039
Showing
2 changed files
with
19 additions
and
5 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