#15601: Implementation of power series using PARI
-------------------------------------+-------------------------------------
Reporter: pbruin | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-7.1
Component: algebra | Resolution:
Keywords: pari series | Merged in:
performance | Reviewers:
Authors: Peter Bruin | Work issues:
Report Upstream: N/A | Commit:
Branch: | 70b35834896dfc2b67aa84651cac04087f38ad3a
u/pbruin/15601-power_series_pari | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
{{{
def __init__(self, parent, f=0, prec=infinity, check=True)
}}}
is missing an `INPUT:` block. Moreover, it seems that the argument `check`
makes ''functional'' changes to `__init__` and I don't know if that is
supposed to be like that.
I suggest to rename `check=True` to `value_from_pari=False` and replace
`if not check and isinstance(f, pari_gen):` by `if value_from_pari:`.
--
Ticket URL: <http://trac.sagemath.org/ticket/15601#comment:38>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.