| Kiyoshi Ohgishi on Sun, 10 Oct 1999 13:30:40 +0900 (JST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| bug report |
I found the following.
GP/PARI CALCULATOR Version 2.0.17 (beta)
UltraSparc (MicroSparc kernel) 32-bit version
(readline v2.2 enabled, extended help available)
Copyright (C) 1989-1999 by
C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.
Type ? for help, \q to quit.
Type ?12 for how to get moral (and possibly technical) support.
realprecision = 28 significant digits
seriesprecision = 16 significant terms
format = g0.28
parisize = 4000000, primelimit = 500000
? randomprime()=
{
p=random;
while(isprime(p)!=1,p++);
p
}
? while(ellap(E=ellinit([0,0,0,random,random]),p=randomprime)!=1,)
*** bug in apell1: doubling?, please report
Kiyoshi Ohgishi