Igor Schein on Fri, 17 Jul 1998 21:58:40 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

variable losing its value in 2.0.10


? a=nextprime(2^129)
680564733841876926926749214863536422929
? a=nextprime(a+1);factorint(a*nextprime(a+1))
^C  ***   user interrupt after 1,053 ms.
 
? a
a

What happened to the value of a???

Igor