We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94353f commit c6cd51aCopy full SHA for c6cd51a
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