Skip to content

Fix lower incomplete gamma functions with x = 0 #1250

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

Closed
wants to merge 5 commits into from

Fix lower incomplete gamma functions with x = 0

6e5ba9a
Select commit
Loading
Failed to load commit list.
Closed

Fix lower incomplete gamma functions with x = 0 #1250

Fix lower incomplete gamma functions with x = 0
6e5ba9a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2025 in 0s

93.84% (+0.00%) compared to a5c0625

View this Pull Request on Codecov

93.84% (+0.00%) compared to a5c0625

Details

Codecov Report

Attention: Patch coverage is 98.30508% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.84%. Comparing base (a5c0625) to head (6e5ba9a).

Files with missing lines Patch % Lines
include/boost/math/special_functions/gamma.hpp 90.90% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1250   +/-   ##
========================================
  Coverage    93.83%   93.84%           
========================================
  Files          657      658    +1     
  Lines        55244    55298   +54     
========================================
+ Hits         51840    51895   +55     
+ Misses        3404     3403    -1     
Files with missing lines Coverage Δ
test/git_issue_1249.cpp 100.00% <100.00%> (ø)
include/boost/math/special_functions/gamma.hpp 92.18% <90.90%> (-0.08%) ⬇️

... and 1 file 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 a5c0625...6e5ba9a. Read the comment docs.

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