Skip to content

Commit d54d514

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 50ff1f7 commit d54d514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/area_under_curve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from collections.abc import Callable
88

9+
910
# The trapezoidal rule is a numerical method to approximate the area under a curve
1011
def trapezoidal_area(
1112
fnc: Callable[[float], float],

0 commit comments

Comments
 (0)