-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
select minpoly from factors #26919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
select minpoly from factors #26919
Conversation
|
✅ Hi, I am the SymPy bot. I'm here to help you write a release notes entry. Please read the guide on how to write release notes. Your release notes are in good order. Here is what the release notes will look like:
This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.14. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
|
Benchmark results from GitHub Actions Lower numbers are good, higher numbers are bad. A ratio less than 1 Significantly changed benchmark results (PR vs master) Significantly changed benchmark results (master vs previous release) Full benchmark results can be found as artifacts in GitHub Actions |
|
Looks good. Thanks |
closes #26903
References to other Issues or PRs
Brief description of what is fixed or changed
A check that the number is not trivially 0 before starting removal of square roots is now done. If it is not done, then
-x**2can be returned from the_separate_sqhelper (which is only called from_minpoly_compose).Other comments
Release Notes
-x**2instead ofxfor an unsimplified value of 0 comprised of a difference of square roots