Changeset 7393:6f0006045642


Ignore:
Timestamp:
11/21/07 05:17:02 (6 years ago)
Author:
mabshoff@…
Branch:
default
Message:

account of rnumerical noise on OSX PPC (see #1225)

File:
1 edited

Legend:

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

    r7286 r7393  
    23132313            [(1, 1)] 
    23142314            sage: f.roots(ring=CC) 
    2315             [(1.00000000000000, 1), (-0.500000000000000 + 0.866025403784438*I, 1), (-0.500000000000000 - 0.866025403784438*I, 1)] 
     2315            [(1.00000000000000, 1), (-0.500000000000000 + 0.866025403784438*I, 1), (-0.500000000000000 - 0.866025403784...*I, 1)] 
    23162316            sage: f = (x^3 - 1)^2 
    23172317            sage: f.roots() 
     
    27482748            sage: x = polygen(ZZ) 
    27492749            sage: (x^3 - 1).complex_roots() 
    2750             [1.00000000000000, -0.500000000000000 + 0.866025403784438*I, -0.500000000000000 - 0.866025403784438*I] 
     2750            [1.00000000000000, -0.500000000000000 + 0.866025403784438*I, -0.500000000000000 - 0.866025403784...*I] 
    27512751 
    27522752        TESTS: 
Note: See TracChangeset for help on using the changeset viewer.