We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f485b7c commit f0bdda3Copy full SHA for f0bdda3
maths/numerical_analysis/integration_by_simpson_approx.py
@@ -4,7 +4,7 @@
4
5
Purpose : You have one function f(x) which takes float integer and returns
6
float you have to integrate the function in limits a to b.
7
-The approximation proposed by Thomas Simpsons in 1743 is one way to calculate
+The approximation proposed by Thomas Simpson in 1743 is one way to calculate
8
integration.
9
10
( read article : https://cp-algorithms.com/num_methods/simpson-integration.html )
0 commit comments