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

Reduce excessive precision %.18g to %.17g #10604

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

rouault
Copy link
Member

@rouault rouault commented Aug 15, 2024

17 significant digits is the documented value sufficient to round-trip from any Float64 IEEE754 value to decimal back to the original Float64 IEEE754 value.

@coveralls
Copy link
Collaborator

Coverage Status

coverage: 69.363% (+0.004%) from 69.359%
when pulling f0eec8e on rouault:18g_17g
into 3527c3f on OSGeo:master.

17 significant digits is the documented value sufficient to round-trip
from any Float64 IEEE754 value to decimal back to the original Float64
IEEE754 value.
@rouault rouault merged commit 37129a4 into OSGeo:master Sep 2, 2024
34 checks passed
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.

2 participants