Hi Peter,
Thanks for the fix. I'm currently in the north of England seeing some
sights and without proper net access. But I'll be back home tomorrow
and will merge this.
I'm pretty sure it only affects trunk and not the other branches, so
Sage won't be affected.
Bill.
On 29/12/2008, Peter Shrimpton <ps...@gm...> wrote:
> Hey all
>
> z_isprime_nm1() is producing a floating point exception which is easy to
> fix. All that needs to be done is change the line:
>
> z_factor_partial(&factors, n1, cuberoot, 1);
>
> to
>
> cofactor=z_factor_partial(&factors, n1, cuberoot, 1);
>
> Hope this helps
>
> Peter
>
|