Skip to content

Commit

Permalink
polys: correct docstring of dup_isolate_real_roots_list()
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Jun 4, 2018
1 parent 4017f64 commit f2f5092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion diofant/polys/rootisolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def dup_isolate_real_roots(f, K, eps=None, inf=None, sup=None, fast=False):


def dup_isolate_real_roots_list(polys, K, eps=None, inf=None, sup=None, strict=False, basis=False, fast=False):
"""Isolate real roots of a list of square-free polynomial using Vincent-Akritas-Strzebonski (VAS) CF approach.
"""Isolate real roots of a list of polynomials using Vincent-Akritas-Strzebonski (VAS) CF approach.
References
==========
Expand Down
1 change: 1 addition & 0 deletions docs/release/notes-0.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ These Sympy issues also were addressed:
* :sympyissue:`14293` Sorting of polynomial roots
* :sympyissue:`14380` AlgebraicField.numer() could return an algebraic integer
* :sympyissue:`14442` Should AlgebraicField be a Composite domain?
* :sympyissue:`14759` dup_isolate_real_roots_list() docstring is wrong

0 comments on commit f2f5092

Please sign in to comment.