.gitattributes
.gitignore
.travis.yml
AUTHORS.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
code_of_conduct.md
doc-requirements.txt
pylintrc
pypi-intro.rst
setup.cfg
setup.py
test-requirements.txt
tox.ini
versioneer.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.empty
docs/_templates/.empty
src/root_solver/__init__.py
src/root_solver/_cubic.py
src/root_solver/_quadratic.py
src/root_solver/_tracking.py
src/root_solver/_utils.py
src/root_solver/_version.py
src/root_solver.egg-info/PKG-INFO
src/root_solver.egg-info/SOURCES.txt
src/root_solver.egg-info/dependency_links.txt
src/root_solver.egg-info/requires.txt
src/root_solver.egg-info/top_level.txt
tests/test_cubic.py
tests/test_quadratic.py