-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Improve method PowerSeries._pari_() #22212
Comments
Commit: |
Dependencies: #22216 |
This comment has been minimized.
This comment has been minimized.
Reviewer: Travis Scrimshaw |
comment:4
If PARI doesn't care so much about the difference between a polynomial and a series (I don't really know how PARI deals with these things), then LGTM and you can set a positive review. |
comment:5
Replying to @tscrim:
Thanks. In PARI, polynomials and power series can be mixed easily, just like in Sage polynomial rings coerce into power series rings. In fact, power series with infinite precision are implemented in #15601 using PARI polynomials. |
comment:6
Replying to @pjbruin:
Thank you for the explanation. That is what I was thinking, but it is good to have confirmation. |
Changed branch from u/pbruin/22212-PowerSeries_to_pari to |
A minor improvement split off from #15601. This makes the method
PowerSeries._pari_()
slightly more efficient, and also makes it accept power series with infinite precision (by converting them to PARIt_POL
instead oft_SER
).Depends on #22216
Component: interfaces
Author: Peter Bruin
Branch/Commit:
4ed448f
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/22212
The text was updated successfully, but these errors were encountered: