Python/maths/numerical_analysis
Maxim Smolskiy f437f92279
Enable ruff INP001 rule (#11346)
* Enable ruff INP001 rule

* Fix

* Fix

* Fix

* Fix

* Fix
2024-04-02 21:13:56 +02:00
..
__init__.py Enable ruff INP001 rule (#11346) 2024-04-02 21:13:56 +02:00
adams_bashforth.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
bisection_2.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
bisection.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
integration_by_simpson_approx.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
intersection.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
nevilles_method.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
newton_forward_interpolation.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
newton_raphson.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
numerical_integration.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
proper_fractions.py adding a proper fractions algorithm (#11224) 2024-03-20 14:33:40 +01:00
runge_kutta_fehlberg_45.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
runge_kutta_gills.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
runge_kutta.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
secant_method.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
simpson_rule.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
square_root.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00