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

Make default output to have 17 digits of precision #5

Closed
sswan opened this issue Aug 9, 2021 · 1 comment
Closed

Make default output to have 17 digits of precision #5

sswan opened this issue Aug 9, 2021 · 1 comment

Comments

@sswan
Copy link
Owner

sswan commented Aug 9, 2021

Doubles require 17 digits of precision to exactly reproduce what was in memory. For example: (in-memory double) --> (print with 17 digits scientific notation) --> (read in text) --> (reproduce original in-memory double)

@sswan
Copy link
Owner Author

sswan commented Aug 26, 2021

Fixed in c13f599

@sswan sswan closed this as completed Aug 26, 2021
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

No branches or pull requests

1 participant