mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
b98312ca9f
* updating DIRECTORY.md * updating DIRECTORY.md * Consolidate Newton-Raphson duplicates * Rename consolidated Newton-Raphson file * updating DIRECTORY.md * updating DIRECTORY.md * Fix doctest precision * Fix doctest precision again --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
bisection_2.py | ||
bisection.py | ||
integration_by_simpson_approx.py | ||
intersection.py | ||
nevilles_method.py | ||
newton_forward_interpolation.py | ||
newton_raphson.py | ||
numerical_integration.py | ||
runge_kutta_fehlberg_45.py | ||
runge_kutta.py | ||
secant_method.py | ||
simpson_rule.py | ||
square_root.py |