Thomas D. Dean on Fri, 01 Oct 2010 07:06:09 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: fflog seg fault |
I just downloaded pari-2.4.3.svn12608.tar.gz, Configured and built. # gp Reading GPRC: /home/tomdean/.gprc ...Done. GP/PARI CALCULATOR Version 2.4.3 (development svn-12608) i686 running linux (ix86/GMP-5.0.1 kernel) 32-bit version compiled: Sep 30 2010, gcc-4.4.3 (Ubuntu 4.4.3-4ubuntu5) (readline v6.1 enabled, extended help enabled) Copyright (C) 2000-2008 The PARI Group PARI/GP is free software, covered by the GNU General Public License, and comes WITHOUT ANY WARRANTY WHATSOEVER. Type ? for help, \q to quit. Type ?12 for how to get moral (and possibly technical) support. parisize = 500000000, primelimit = 10000511 (21:34) gp > f64 = ffinit(2,64) %1 = Mod(1, 2)*x^64 + Mod(1, 2)*x^62 + Mod(1, 2)*x^61 + Mod(1, 2)*x^59 + Mod(1, 2)*x^57 + Mod(1, 2)*x^56 + Mod(1, 2)*x^55 + Mod(1, 2)*x^53 + Mod(1, 2)*x^52 + Mod(1, 2)*x^51 + Mod(1, 2)*x^49 + Mod(1, 2)*x^48 + Mod(1, 2)*x^47 + Mod(1, 2)*x^45 + Mod(1, 2)*x^43 + Mod(1, 2)*x^42 + Mod(1, 2)*x^41 + Mod(1, 2)*x^40 + Mod(1, 2)*x^39 + Mod(1, 2)*x^36 + Mod(1, 2)*x^34 + Mod(1, 2)*x^31 + Mod(1, 2)*x^29 + Mod(1, 2)*x^28 + Mod(1, 2)*x^27 + Mod(1, 2)*x^25 + Mod(1, 2)*x^23 + Mod(1, 2)*x^21 + Mod(1, 2)*x^20 + Mod(1, 2)*x^19 + Mod(1, 2)*x^18 + Mod(1, 2)*x^17 + Mod(1, 2)*x^15 + Mod(1, 2)*x^14 + Mod(1, 2)*x^13 + Mod(1, 2)*x^11 + Mod(1, 2)*x^8 + Mod(1, 2)*x^3 + Mod(1, 2)*x^2 + Mod(1, 2)*x + Mod(1, 2) (21:34) gp > gen64=ffgen(f64) %2 = x (21:34) gp > fflog(gen64^2,gen64) %3 = 12297829382473034412 tomdean