#15767: Upgrade PARI to 2.7.1
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.3
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Jeroen Demeyer     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  5c076d69ceeca9c9aced70cbeba52f87dcb15b68
  u/jdemeyer/ticket/15767            |     Stopgaps:
   Dependencies:  #15888, #15855     |
-------------------------------------+-------------------------------------

Comment (by pbruin):

 I can reproduce this inside GP 2.7.1 (patched version of this ticket) on
 ARM using the following commands (also adapted from `dokchitser.log`):
 {{{
 read("local/share/sage/ext/pari/dokchitser/computel.gp");
 default(realprecision, 19);
 conductor = 37;
 gammaV = [0, 1];
 weight = 2;
 sgn = -1;
 Lpoles = [];
 Lresidues = automatic;
 e = ellinit([0, 0, 1, -1, 0]);
 a(k) = ellak(e, k);
 initLdata("a(k)", 1.0);
 v = Vec(Lseries(10.0, , 5));
 print(v)
 }}}
 One gets the correct answer after replacing 19 by 20 in the second line,
 presumably because this increases the precision by one word.

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