James Wanless on Wed, 15 Jun 2022 19:47:45 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Where is nflist() defined? |
allocatemem() J Sent from my iPad > On 15 Jun 2022, at 18:43, Yuri <yuri@rawbw.com> wrote: > > nflist("A5") in 2.14.0 causes stack overflow: > > ? nflist("A5") > *** at top-level: nflist("A5") > *** ^------------ > *** in function nflist: [[-569,140,-105,15,0,1],2475062500] > *** ^------------------- > *** the PARI stack overflows ! > current stack size: 8000000 (7.629 Mbytes) > [hint] set 'parisizemax' to a nonzero value in your GPRC > > *** Break loop: type 'break' to go back to GP prompt > break> > > > Yuri > > > > > > >> On 6/15/22 02:13, Bill Allombert wrote: >>> On Tue, Jun 14, 2022 at 10:14:13PM -0700, Yuri wrote: >>> This tutorial talks about nflist() but I have the latest version 2.13.4 >>> installed and it doesn't know about nflist(). >> Yes this function is only available with PARI 2.14.0. >> You can install it following this manual: >> <https://pari.math.u-bordeaux.fr/Events/COGENT2022/talks/sources.pdf> >> >> Cheers, >> Bill > > >