|
From: Burcin E. <bu...@er...> - 2008-12-25 14:51:01
|
On Thu, 25 Dec 2008 14:39:37 +0000 "Bill Hart" <goo...@go...> wrote: > There's only Z/pZ[x] factoring so far, not Z[x]. I'll fix the test > failures as soon as I can. What architecture was it? I *think* the > failure is probably due to using 32 bit primes not 31 bit, but I need > to check it out. OK, good to know. I only saw the factor functions when I was skimming the zmod_poly section for the Zn[x] wrapper in Sage, and somehow assumed they were available for Z[x] as well. This means even less work to update to 1.1.0 instead of 1.0.20. :) FWIW, I tested 1.1.0 on some of the 32-bit machines I have access to, and all tests passed. Cheers, Burcin |