#5026: numerical noise doctest failure in rings/polynomial/complex_roots.py
-----------------------+----------------------------------------------------
Reporter: mhampton | Owner: jkantor
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: numerical | Keywords: complex roots, polynomial
-----------------------+----------------------------------------------------
On sage-3.3.alpha0 I get this doctest failure on an intel mac:
{{{
**********************************************************************
File ".../devel/sage/sage/rings/polynomial/complex_roots.py", line
270:
sage: complex_roots(x^2 + 27*x + 181)
Expected:
[(-14.61803398874990?..., 1), (-12.38196601125010? + 0.?e-27*I,
1)]
Got:
[(-14.61803398874990? + 0.?e-27*I, 1), (-12.38196601125011? + 0.?
e-27*I, 1)]
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5026>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---