LICENSE
README.md
setup.py
numeric_methods/__init__.py
numeric_methods/settings.py
numeric_methods.egg-info/PKG-INFO
numeric_methods.egg-info/SOURCES.txt
numeric_methods.egg-info/dependency_links.txt
numeric_methods.egg-info/top_level.txt
numeric_methods/language/__init__.py
numeric_methods/language/properties.py
numeric_methods/language/variants.py
numeric_methods/language/docs/__init__.py
numeric_methods/language/docs/mathematics.py
numeric_methods/language/docs/one_variable.py
numeric_methods/language/docs/settings.py
numeric_methods/mathematics/__init__.py
numeric_methods/mathematics/compare.py
numeric_methods/mathematics/properties.py
numeric_methods/mathematics/types.py
numeric_methods/one_variable/__init__.py
numeric_methods/one_variable/half_method.py
tests/__init__.py
tests/test_mathematic.py
tests/test_one_variable.py
tests/test_settings.py