LICENSE
README.rst
setup.cfg
setup.py
cxroots/ApproximateRoots.py
cxroots/Contour.py
cxroots/CountRoots.py
cxroots/DemoRootFinder.py
cxroots/Derivative.py
cxroots/IterativeMethods.py
cxroots/Misc.py
cxroots/Paths.py
cxroots/RootFinder.py
cxroots/RootResult.py
cxroots/__init__.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/Annulus.py
cxroots/contours/AnnulusSector.py
cxroots/contours/Circle.py
cxroots/contours/Rectangle.py
cxroots/contours/__init__.py
cxroots/tests/ApproxEqual.py
cxroots/tests/__init__.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_rootfinding.py
cxroots/tests/test_rootfinding_contours.py
cxroots/tests/test_secant.py