Skip to content

Commit be51358

Browse files
typo #2
1 parent d21872f commit be51358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ of `h` (by factors of `1/contract`).
4848
In general, the starting `h` should be large enough that `f(x0+h)`
4949
can be computed accurately and efficiently (e.g. without
5050
severe cancellation errors), but small enough that `f` does not
51-
oscillate much between `x0` and `h`. i.e. `h` should be a typical
51+
oscillate much between `x0` and `x0+h`. i.e. `h` should be a typical
5252
scale over which the function `f` varies significantly.
5353

5454
Technically, Richardson extrapolation assumes that `f(x0+h)` can

0 commit comments

Comments
 (0)