Skip to content

Correct ellint_2 for N * PI / 2 phi argument.#1378

Open
jzmaddock wants to merge 1 commit intodevelopfrom
issue1377
Open

Correct ellint_2 for N * PI / 2 phi argument.#1378
jzmaddock wants to merge 1 commit intodevelopfrom
issue1377

Conversation

@jzmaddock
Copy link
Collaborator

Fixes #1377.

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.34%. Comparing base (7bb5ceb) to head (6f59f38).

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

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1378      +/-   ##
===========================================
- Coverage    95.34%   95.34%   -0.01%     
===========================================
  Files          825      825              
  Lines        68160    68167       +7     
===========================================
+ Hits         64987    64992       +5     
- Misses        3173     3175       +2     
Files with missing lines Coverage Δ
test/test_ellint_2.hpp 100.00% <100.00%> (ø)
include/boost/math/special_functions/ellint_2.hpp 99.21% <83.33%> (-0.79%) ⬇️

... 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 7bb5ceb...6f59f38. Read the comment docs.

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

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.

ellint_2() produces wrong result when angle is close to 2 * pi

1 participant