Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ somewhere that is not known in advance).
For multidimensional integration, see also the [HCubature.jl](https://github.com/stevengj/HCubature.jl), [Cubature.jl](https://github.com/stevengj/Cubature.jl), and
[Cuba.jl](https://github.com/giordano/Cuba.jl) packages, or alternatively [IteratedIntegration.jl](https://github.com/lxvm/IteratedIntegration.jl) for efficient nested 1d integrals (probably more efficient than nesting QuadGK directly).

Note that all of the above quadrature routines assume that you supply you integrand
Note that all of the above quadrature routines assume that you supply your integrand
as a *function* $f(x)$ that can be evaluated at *arbitrary points* inside the
integration domain. This is ideal, because then the integration algorithm can
choose points so that the accuracy improves rapidly (often exponentially rapidly)
Expand Down
Loading