LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
cxroots/__init__.py
cxroots/contour.py
cxroots/contour_interface.py
cxroots/derivative.py
cxroots/iterative_methods.py
cxroots/paths.py
cxroots/py.typed
cxroots/root_approximation.py
cxroots/root_counting.py
cxroots/root_finding.py
cxroots/root_finding_demo.py
cxroots/root_result.py
cxroots/types.py
cxroots/util.py
cxroots/version.py
cxroots.egg-info/PKG-INFO
cxroots.egg-info/SOURCES.txt
cxroots.egg-info/dependency_links.txt
cxroots.egg-info/not-zip-safe
cxroots.egg-info/requires.txt
cxroots.egg-info/top_level.txt
cxroots/contours/__init__.py
cxroots/contours/annulus.py
cxroots/contours/annulus_sector.py
cxroots/contours/circle.py
cxroots/contours/rectangle.py
cxroots/tests/__init__.py
cxroots/tests/approx_equal.py
cxroots/tests/test_cluster.py
cxroots/tests/test_contours.py
cxroots/tests/test_countroots.py
cxroots/tests/test_deriv.py
cxroots/tests/test_guess.py
cxroots/tests/test_muller.py
cxroots/tests/test_newton.py
cxroots/tests/test_paths.py
cxroots/tests/test_plotting.py
cxroots/tests/test_progress.py
cxroots/tests/test_rootfinding.py
cxroots/tests/test_rootfinding_contours.py
cxroots/tests/test_secant.py