Skip to content

Commit 537909d

Browse files
committed
added quadrature trapezoidal rule to Maths
1 parent 30cf24c commit 537909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/TrapezoidalRule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def makePoints(a,b,h):
2929
yield x
3030
x = x + h
3131

32-
def f(x):
32+
def f(x): #enter your function here
3333
y = (x-0)*(x-0)
3434
return y
3535

0 commit comments

Comments
 (0)