Metadata-Version: 2.1
Name: bisection-method-flyn-nick
Version: 1.0.1
Summary: An implementation of the bisection method in python.
Home-page: https://github.com/FlyN-Nick/Bisection-Method-Python
Author: Nicholas Assaderaghi
Author-email: nickassader@gmail.com
License: UNKNOWN
Keywords: bisection method
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Bisection-Method-Python
A quick implementation of the Bisection Method in Python.
To install run the below command:
```
pip install bisection-method-flyn-nick
```


