forked from YovM/Algorithms
* added type hints and doctests to arithmetic_analysis/bisection.py continuing in line with #2128 * modified arithmetic_analysis/bisection.py Put back print statement at the end, replaced algorithm's print statement with an exception. * modified arithmetic_analysis/bisection.py Removed unnecessary type import "Optional" * modified arithmetic_analysis/bisection.py Replaced generic Exception with ValueError. * modified arithmetic_analysis/bisection.py fixed doctests |
||
|---|---|---|
| .. | ||
| image_data | ||
| bisection.py | ||
| gaussian_elimination.py | ||
| in_static_equilibrium.py | ||
| intersection.py | ||
| lu_decomposition.py | ||
| newton_forward_interpolation.py | ||
| newton_method.py | ||
| newton_raphson.py | ||
| secant_method.py | ||