Skip to content

Conversation

@JacobHass8
Copy link
Contributor

See #1346 and #1173.

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.29%. Comparing base (1d670c8) to head (4e9f441).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1349   +/-   ##
========================================
  Coverage    95.29%   95.29%           
========================================
  Files          814      814           
  Lines        67422    67422           
========================================
  Hits         64249    64249           
  Misses        3173     3173           
Files with missing lines Coverage Δ
include/boost/math/special_functions/gamma.hpp 99.85% <ø> (ø)

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 1d670c8...4e9f441. Read the comment docs.

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

@jzmaddock
Copy link
Collaborator

I think your added series is the same as the existing:

BOOST_MATH_GPU_ENABLED inline T lower_gamma_series(T a, T z, const Policy& pol, T init_value = 0)

@JacobHass8
Copy link
Contributor Author

I think your added series is the same as the existing:

BOOST_MATH_GPU_ENABLED inline T lower_gamma_series(T a, T z, const Policy& pol, T init_value = 0)

You're absolutely right. Based on the name of the function, I assumed it was a continued fraction implementation. This makes things a lot easier!

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.

2 participants