We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5a885 commit 79ed4e7Copy full SHA for 79ed4e7
maths/trapezoidal_rule.py
@@ -9,7 +9,7 @@
9
"""
10
11
12
-def method_1(boundary, steps):
+def trapezoidal_rule(boundary, steps):
13
14
This function implements the extended trapezoidal rule for numerical integration.
15
The function f(x) is provided below.
0 commit comments