Skip to content

Commit 8e3aef9

Browse files
author
Conor
committed
grammer
1 parent 22327b7 commit 8e3aef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/benchmarks/benchmarks/integrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Simpson integrate benchmark computes the definite integral of:
1010
f(x) = \sum_{i=0}^{p - 1}\frac{1}{z + (x - c_i)^2}
1111
\]
1212

13-
It uses [adaptive Simpson's
13+
It uses the [adaptive Simpson's
1414
rule](https://en.wikipedia.org/wiki/Adaptive_Simpson%27s_method): estimate the
1515
area of an interval with Simpson's rule, split the interval in half, compare
1616
the combined child estimates with the parent estimate, and recurse until the

0 commit comments

Comments
 (0)