LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
numerical_methods/__init__.py
numerical_methods/roots/__init__.py
numerical_methods/roots/dichotomie.py
numerical_methods/roots/newton.py
numerical_methods/roots/point_fixe.py
numerical_methods_rabie.egg-info/PKG-INFO
numerical_methods_rabie.egg-info/SOURCES.txt
numerical_methods_rabie.egg-info/dependency_links.txt
numerical_methods_rabie.egg-info/requires.txt
numerical_methods_rabie.egg-info/top_level.txt
utils/__init__.py
utils/dispaly.py