Skip to content

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

Merged
jzmaddock merged 2 commits intodevelopfrom
issue1377
Mar 12, 2026
Merged

Correct ellint_2 for N * PI / 2 phi argument.#1378
jzmaddock merged 2 commits intodevelopfrom
issue1377

Conversation

@jzmaddock
Copy link
Collaborator

Fixes #1377.

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.34%. Comparing base (7bb5ceb) to head (c793e1c).
⚠️ Report is 3 commits behind head on develop.

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    68164       +4     
===========================================
+ Hits         64987    64990       +3     
- Misses        3173     3174       +1     
Files with missing lines Coverage Δ
include/boost/math/special_functions/ellint_2.hpp 100.00% <100.00%> (ø)
test/test_ellint_2.hpp 100.00% <100.00%> (ø)

... 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...c793e1c. 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 7d3d1c6 into develop Mar 12, 2026
74 checks passed
@mborland mborland deleted the issue1377 branch March 12, 2026 15:05
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