On 2013-01-30 21:08, mmarco wrote:
> Should this be reported upstream to pari?
Just did so.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@
Thanks, i will try the workaround. Should this be reported upstream to
pari?
On 30 ene, 20:54, Nils Bruin wrote:
> Looks like a known problem:
>
> http://trac.sagemath.org/sage_trac/ticket/13054
>
> The routine in question tries to find a better defining polynomial for
> a given field. With
>
> R
Looks like a known problem:
http://trac.sagemath.org/sage_trac/ticket/13054
The routine in question tries to find a better defining polynomial for
a given field. With
R.=QQ['y']
poly=y^4 - 4294967296*y^2 + 54265257667816538374400
it executes:
degree = poly.degree()
pari_poly = pari(pol