You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NumericalIntegration.jl
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ function integrate(x,y...) end
42
42
43
43
Compute cumulative numerical integral of y(x) from x=x[1] to x=x[end]. Return a vector with elements of the same type as the input. If no method is supplied, use Trapezdoial.
44
44
"""
45
-
functioncumul_integrate(x,y...)end
45
+
function cumul_integrate end
46
46
47
47
#implementation
48
48
@@ -256,9 +256,8 @@ end
256
256
Use Trapezoidal rule. This is the default when no method is supplied.
0 commit comments