#16997: Upgrade PARI to git master
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.6
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  François Bissey
        Authors:  Jeroen Demeyer     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  4c8b04499de97a8fd13fa5f526ee12c97e8804e6
  u/jdemeyer/ticket/16997            |     Stopgaps:
   Dependencies:  #16976             |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Indeed
 {{{
 sage: E = EllipticCurve('389a')
 sage: L = E.lseries().dokchitser()
 sage: L.derivative(1,E.rank())
 1.51863300057685
 sage: s4_1 = L.taylor_series(1,4)
 sage: L.num_coeffs ()
 156
 sage: s4_2 = L.taylor_series(1,4)
 sage: s4_1 == s4_2
 False
 sage: s4_1 - s4_2
 -2.90886971068887e-20 + (1.64844756535569e-20)*z + O(z^4)
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16997#comment:81>
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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to