id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
12117,Bugfixes and improvements to Aurifeuillian factorization,roed,AlexGhitza,"{{{
sage: from sage.rings.factorint import factor_aurifeuillian as fa
sage: fa(2^6006 + 1)
[...]
}}}

This should produce a splitting, but instead it just returns a singleton.  The problem is that there's rounding error because of the fixed precision of 300 in aurifeuillian.

This patch also updates this factorization function to allow for a greater variety of bases.",enhancement,needs_review,major,sage-5.10,factorization,,,jpflori,,N/A,,David Roe,,"#12116, #12109",
