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: docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,4 +86,4 @@ choose points so that the accuracy improves rapidly (often exponentially rapidly
86
86
with the number of points. However if you only have function values supplied
87
87
at pre-determined points, such as on a regular grid, then you should use
88
88
another (probably slower-converging) algorithm in a package such as
89
-
[Trapz.jl](https://github.com/francescoalemanno/Trapz.jl), [Romberg.jl](https://github.com/fgasdia/Romberg.jl), or [NumericalIntegration.jl](https://github.com/dextorious/NumericalIntegration.jl).
89
+
[Trapz.jl](https://github.com/francescoalemanno/Trapz.jl), [Romberg.jl](https://github.com/fgasdia/Romberg.jl), [NumericalIntegration.jl](https://github.com/dextorious/NumericalIntegration.jl), or [ConvolutionInterpolations.jl](https://github.com/NikoBiele/ConvolutionInterpolations.jl).
0 commit comments