Skip to content

Commit 79ed4e7

Browse files
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <[email protected]>
1 parent aa5a885 commit 79ed4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/trapezoidal_rule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111

12-
def method_1(boundary, steps):
12+
def trapezoidal_rule(boundary, steps):
1313
"""
1414
This function implements the extended trapezoidal rule for numerical integration.
1515
The function f(x) is provided below.

0 commit comments

Comments
 (0)