find roots from a function
- Install Python 3
- pip install -r requirements.txt
- python fp.py or ./fp.py
- Use x as function variable, example : 3x^2+5x+2 ==> 3x**2+5x+2 ( ** as power, * as multiply).
- Make sure f(xl) and f(xu) have different sign
| Name | Name | Last commit date | ||
|---|---|---|---|---|