Skip to content

Fix powl() returning NaN instead of +0 on extreme underflow (#334)#351

Merged
ViralBShah merged 1 commit into
masterfrom
fix-334-powl-overflow
Jun 23, 2026
Merged

Fix powl() returning NaN instead of +0 on extreme underflow (#334)#351
ViralBShah merged 1 commit into
masterfrom
fix-334-powl-overflow

Fix powl() returning NaN on extreme underflow (#334)

0654492
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 23, 2026 in 1s

72.11% (-0.02%) compared to 9dc4c05

View this Pull Request on Codecov

72.11% (-0.02%) compared to 9dc4c05

Details

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.11%. Comparing base (9dc4c05) to head (0654492).

Files with missing lines Patch % Lines
ld80/e_powl.c 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
- Coverage   72.12%   72.11%   -0.02%     
==========================================
  Files         233      233              
  Lines        6135     6139       +4     
  Branches     1607     1609       +2     
==========================================
+ Hits         4425     4427       +2     
- Misses       1417     1419       +2     
  Partials      293      293              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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