Skip to content

Commit 4c46019

Browse files
committed
corrected the test cases
1 parent a447432 commit 4c46019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8115,7 +8115,7 @@ cdef class Polynomial(CommutativePolynomial):
81158115
Real Double Field [1.25992104989...]
81168116
Real Field with 100 bits of precision [1.2599210498948731647672106073]
81178117
Complex Field with 53 bits of precision [-0.62996052494743... - 1.09112363597172*I, 1.25992104989487, -0.62996052494743... + 1.09112363597172*I]
8118-
Complex Double Field [-0.629960524947... - 1.091123635971722*I, 1.2599210498948736, -0.629960524947... + 1.0911236359717218*I]
8118+
Complex Double Field [-0.629960524947... - 1.0911236359717...*I, 1.25992104989487..., -0.629960524947... + 1.0911236359717...*I]
81198119
Complex Field with 100 bits of precision [-0.62996052494743658238360530364 - 1.0911236359717214035600726142*I, 1.2599210498948731647672106073, -0.62996052494743658238360530364 + 1.0911236359717214035600726142*I]
81208120
81218121
Note that we can find the roots of a polynomial with algebraic

0 commit comments

Comments
 (0)