File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/sage/rings/polynomial Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2311,11 +2311,12 @@ cdef class Polynomial(CommutativePolynomial):
2311
2311
2312
2312
.. NOTE::
2313
2313
2314
- Any root is non-deterministic when finding linear roots of a polynomial
2315
- over the base ring. However, if ``degree`` is greater than one, or `ring`
2316
- is an extension of the base ring, then eventually the root is found by
2317
- returning a single root after factorisation. Roots found in this way are
2318
- deterministic. This may change in the future.
2314
+ Any root is non-deterministic when finding linear roots of a
2315
+ polynomial over the base ring. However, if ``degree`` is greater
2316
+ than one, or ``ring`` is an extension of the base ring, then
2317
+ eventually the root is found by returning a single root after
2318
+ factorisation. Roots found in this way are deterministic.
2319
+ This may change in the future.
2319
2320
2320
2321
EXAMPLES::
2321
2322
You can’t perform that action at this time.
0 commit comments