-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merge to master for beta #512
Conversation
Fix to_chars fixed formatting of numbers requiring leading zeros
Remove old code path from to_chars_fixed_impl that causes precision errors
Add fprintf and printf
Make float conversions explicit again
Add Benchmarks
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #512 +/- ##
========================================
+ Coverage 98.7% 98.7% +0.1%
========================================
Files 170 180 +10
Lines 11120 11457 +337
========================================
+ Hits 10965 11307 +342
+ Misses 155 150 -5
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Fix gcc-13 build
No description provided.