File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sage/rings/polynomial Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2478,11 +2478,11 @@ cdef class Polynomial(CommutativePolynomial):
2478
2478
For finite fields, ``any_root()`` is non-deterministic when
2479
2479
finding linear roots of a polynomial over the base ring.
2480
2480
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
2483
2483
in this way are deterministic. This may change in the future.
2484
2484
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.
2486
2486
2487
2487
EXAMPLES::
2488
2488
You can’t perform that action at this time.
0 commit comments