Bill Allombert on Thu, 10 May 2012 11:12:21 +0200


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

Re: Errors in poliscycloprod


On Wed, May 09, 2012 at 08:48:19PM -0400, Charles Greathouse wrote:
> Ah, excellent.  It works in gp-gitd1d257d.exe and gp-gmp-gitd1d257d.exe.
> 
> I think, just in case,
> poliscycloprod(x^3-1)
> or similar should be added to the test suite.

It is already:
for (i=1,100, if (!poliscycloprod(x^i-1), error(i)))

Cheers,
Bill.