Skip to content

Commit f0bdda3

Browse files
CarlosZamGcclauss
authored andcommitted
Fix typo in integration_by_simpson_approx.py (TheAlgorithms#11501)
1 parent f485b7c commit f0bdda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/numerical_analysis/integration_by_simpson_approx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Purpose : You have one function f(x) which takes float integer and returns
66
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
7+
The approximation proposed by Thomas Simpson in 1743 is one way to calculate
88
integration.
99
1010
( read article : https://cp-algorithms.com/num_methods/simpson-integration.html )

0 commit comments

Comments
 (0)