Skip to content

use Taylor series near 1 and 2#10

Merged
oscardssmith merged 3 commits intoJuliaMath:mainfrom
TSGut:main
Apr 18, 2026
Merged

use Taylor series near 1 and 2#10
oscardssmith merged 3 commits intoJuliaMath:mainfrom
TSGut:main

Conversation

@TSGut
Copy link
Copy Markdown
Collaborator

@TSGut TSGut commented Apr 18, 2026

Fix #8

Complex already did this so it is a minimal change that should resolve the inaccuracies near 1 and 2.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fcf2692) to head (f8661f7).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          303       309    +6     
=========================================
+ Hits           303       309    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@TSGut
Copy link
Copy Markdown
Collaborator Author

TSGut commented Apr 18, 2026

I think this is ready for merge or review.

@oscardssmith
Copy link
Copy Markdown
Member

From my testing, it seems like this is only an issue on the left side of the root, but this is probably faster anyway (will benchmark), but merging for now since this is a bugfix.

@oscardssmith oscardssmith merged commit c09c728 into JuliaMath:main Apr 18, 2026
6 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.

loggamma innaccurate for x near 2 (and presumably 1).

2 participants