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

Use 17 digits of precision with Double.ToString #2823

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2023

  1. Use 17 digits of precision with Double.ToString

    Using 15 digits ("R") leads to failure of roundtrip
    serialization/deserialization.
    
    See also https://learn.microsoft.com/en-us/dotnet/api/system.double.tostring
    
    Another example is 0.6822871999174
    oleks committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f067837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0796691 View commit details
    Browse the repository at this point in the history