| zak seidov on Tue, 19 Apr 2011 17:07:38 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| bigomega? |
Dear PARI gurus,
why does PARI keep complaining in this simple program?
thanks,
Zak
Only one axample:
Reading GPRC: /cygdrive/c/Program Files/PARI/.gprc ...Done.
GP/PARI CALCULATOR Version 2.3.4 (released)
i686 running cygwin (ix86/GMP-4.2.1 kernel) 32-bit version
compiled: Jul 12 2008, gcc-3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(readline v5.2 enabled, extended help available)
Copyright (C) 2000-2006 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 = 4000000, primelimit = 500000
(05:42) gp > {a=2*10^9+1;for(
b=2*10^9+2,3*10^9,if(
2==bigomega(b),d=b-a;if(
d>60,print([a,b,d]));a=b))}
[2000871869, 2000871935, 66]
*** bigomega: couldn't find a suitable name for a tempdir (MPQS).
(05:43) gp >