Igor Schein on Fri, 12 Mar 1999 10:07:50 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
another factorff() bug? |
Hi, the following hits what appears to be an infinite loop: factorff(x^3-x-1,11,y^2-y-1) Also, I noticed this: ? ffinit(nextprime(2^31),2) *** impossible assignment I-->S I would guess the C-int limit on primes in ffinit() and factorff() is there on purpose, but I don't see it mentioned anywhere in the manual. Thanks Igor