Skip to content

Comments

Prevent spurious numeric underflow in ibeta_series.#1260

Merged
jzmaddock merged 2 commits intodevelopfrom
issue1247
Apr 18, 2025
Merged

Prevent spurious numeric underflow in ibeta_series.#1260
jzmaddock merged 2 commits intodevelopfrom
issue1247

Conversation

@jzmaddock
Copy link
Collaborator

Fixes #1247.

@codecov
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (1290be6) to head (f0ef1fd).
Report is 8 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1260   +/-   ##
========================================
  Coverage    93.84%   93.84%           
========================================
  Files          658      659    +1     
  Lines        55299    55311   +12     
========================================
+ Hits         51895    51907   +12     
  Misses        3404     3404           
Files with missing lines Coverage Δ
include/boost/math/special_functions/beta.hpp 100.00% <100.00%> (ø)
test/git_issue_1247.cpp 100.00% <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 1290be6...f0ef1fd. Read the comment docs.

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

@jzmaddock jzmaddock merged commit 01dbedc into develop Apr 18, 2025
80 of 81 checks passed
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.

Ibeta inaccurate/incorrect for small a and b values when using single-precision floats

1 participant