Changeset 7537:2a25a0164735


Ignore:
Timestamp:
12/03/07 17:14:49 (5 years ago)
Author:
mabshoff@…
Branch:
default
Message:

fix numerical noise issue on Linux x86 FC8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/qqbar.py

    r7532 r7537  
    30743074            sage: cp = AA.common_polynomial(x^4 - 2) 
    30753075            sage: cp.complex_roots(30, 1) 
    3076             [[1.1892071150027208 .. 1.1892071150027213], [-1.1892071150027213 .. -1.1892071150027208], [1.1892071150027208 .. 1.1892071150027213]*I, [-1.1892071150027213 .. -1.1892071150027208]*I] 
     3076            [[1.1892071150027208 .. 1.1892071150027213], [-1.1892071150027213 .. -1.18920711500272...], [1.1892071150027208 .. 1.1892071150027213]*I, [-1.1892071150027213 .. -1.1892071150027208]*I] 
    30773077        """ 
    30783078        if self._roots_cache.has_key(multiplicity): 
Note: See TracChangeset for help on using the changeset viewer.