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

Fix to_chars_hex exp for Float128 types #151

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Fix to_chars_hex exp for Float128 types #151

merged 3 commits into from
Feb 2, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Feb 2, 2024

Closes: #149

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8f5dde7) 88.53% compared to head (0716ed2) 88.53%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #151   +/-   ##
========================================
  Coverage    88.53%   88.53%           
========================================
  Files           59       59           
  Lines         8033     8033           
========================================
  Hits          7112     7112           
  Misses         921      921           
Files Coverage Δ
src/to_chars_float_impl.hpp 96.25% <ø> (ø)
test/test_float128.cpp 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f5dde7...0716ed2. Read the comment docs.

@mborland mborland merged commit 9859e27 into develop Feb 2, 2024
58 of 59 checks passed
@mborland mborland deleted the ml_2 branch February 2, 2024 10:44
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.

to_chars_hex for __float128 incorrect exp
1 participant