Skip to content

Commit 1f77836

Browse files
Merge pull request #92 from frankier/generalise-intro-text
Update the README into for generalised package aim
2 parents e12b7b9 + 3dbaffa commit 1f77836

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](http://integrals.sciml.ai/dev/)
66

77
Integrals.jl is an instantiation of the SciML common `IntegralProblem`
8-
interface for the common quadrature packages of Julia. By using Integrals.jl,
9-
you get a single predictable interface where many of the arguments are
10-
standardized throughout the various integrator libraries. This can be useful
11-
for benchmarking or for library implementations, since libraries which internally
12-
use a quadrature can easily accept a quadrature method as an argument.
8+
interface for the common numerical integration packages of Julia, including
9+
both those based upon quadrature as well as Monte-Carlo approaches. By using
10+
Integrals.jl, you get a single predictable interface where many of the
11+
arguments are standardized throughout the various integrator libraries. This
12+
can be useful for benchmarking or for library implementations, since libraries
13+
which internally use a quadrature can easily accept a integration method as an
14+
argument.
1315

1416
## Tutorials and Documentation
1517

@@ -50,4 +52,4 @@ the change is a one-argument change:
5052
```julia
5153
using IntegralsCuba
5254
sol = solve(prob,CubaCuhre(),reltol=1e-3,abstol=1e-3)
53-
```
55+
```

0 commit comments

Comments
 (0)