We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22327b7 commit 8e3aef9Copy full SHA for 8e3aef9
1 file changed
docs/benchmarks/benchmarks/integrate.md
@@ -10,7 +10,7 @@ The Simpson integrate benchmark computes the definite integral of:
10
f(x) = \sum_{i=0}^{p - 1}\frac{1}{z + (x - c_i)^2}
11
\]
12
13
-It uses [adaptive Simpson's
+It uses the [adaptive Simpson's
14
rule](https://en.wikipedia.org/wiki/Adaptive_Simpson%27s_method): estimate the
15
area of an interval with Simpson's rule, split the interval in half, compare
16
the combined child estimates with the parent estimate, and recurse until the
0 commit comments