Skip to content

Fix non-finite return value of abs(complex(float128))#760

Merged
mborland merged 2 commits intodevelopfrom
759
Apr 30, 2026
Merged

Fix non-finite return value of abs(complex(float128))#760
mborland merged 2 commits intodevelopfrom
759

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #759

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.2%. Comparing base (965194a) to head (52b591b).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #760     +/-   ##
=========================================
+ Coverage     96.2%   96.2%   +0.1%     
=========================================
  Files          301     301             
  Lines        29462   29462             
=========================================
+ Hits         28328   28332      +4     
+ Misses        1134    1130      -4     
Files with missing lines Coverage Δ
include/boost/multiprecision/float128.hpp 84.1% <ø> (ø)

... and 2 files with indirect coverage changes


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 965194a...52b591b. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit d6de341 into develop Apr 30, 2026
69 checks passed
@mborland mborland deleted the 759 branch April 30, 2026 18:38
@cffk
Copy link
Copy Markdown

cffk commented May 1, 2026

Thanks!

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.

abs on an infinite complex float128 returns nan instead of inf

2 participants