We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa4f56 commit b756caaCopy full SHA for b756caa
DIRECTORY.md
@@ -725,6 +725,7 @@
725
* [Secant Method](maths/numerical_analysis/secant_method.py)
726
* [Simpson Rule](maths/numerical_analysis/simpson_rule.py)
727
* [Square Root](maths/numerical_analysis/square_root.py)
728
+ * [Weierstrass Method](maths/numerical_analysis/weierstrass_method.py)
729
* [Odd Sieve](maths/odd_sieve.py)
730
* [Perfect Cube](maths/perfect_cube.py)
731
* [Perfect Number](maths/perfect_number.py)
0 commit comments