Changeset 7433:f86d82e30b92


Ignore:
Timestamp:
11/29/07 01:26:32 (5 years ago)
Author:
mabshoff@…
Branch:
default
Message:

fix doctest on PPC 32/Linux caused by numerical noise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/polynomial/polynomial_element.pyx

    r7428 r7433  
    23792379            sage: f = x^10 - 2*(5*x-1)^2 
    23802380            sage: f.roots(multiplicities=False) 
    2381             [-1.6772670339941..., 0.199954796285..., 0.200045306115..., 1.5763035161844...] 
     2381            [-1.6772670339941..., 0.19995479628..., 0.200045306115..., 1.5763035161844...] 
    23822382 
    23832383            sage: x = CC['x'].0 
Note: See TracChangeset for help on using the changeset viewer.