#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:                     |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Still in `__init__`, I don't think you use the fact that `v` is of type
 `str`, so replace
 {{{
 cdef str v = parent.variable_name()
 }}}
 by
 {{{
 v = parent.variable_name()
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15601#comment:39>
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.

Reply via email to