Skip to content

Commit b8da002

Browse files
committed
More detailed NOTE for any_root()
1 parent b161117 commit b8da002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,11 +2478,11 @@ cdef class Polynomial(CommutativePolynomial):
24782478
For finite fields, ``any_root()`` is non-deterministic when
24792479
finding linear roots of a polynomial over the base ring.
24802480
However, if ``degree`` is greater than one, or ``ring`` is an
2481-
extension of the base ring, then eventually the root is found
2482-
by returning a single root after factorisation. Roots found
2481+
extension of the base ring, then the root computed is found
2482+
by attempting to return a root after factorisation. Roots found
24832483
in this way are deterministic. This may change in the future.
24842484
For all other rings or fields, roots are found by first
2485-
fully-factoring the polynomial and the output is deterministic.
2485+
fully-factoring ``self`` and the output is deterministic.
24862486
24872487
EXAMPLES::
24882488

0 commit comments

Comments
 (0)