We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21872f commit be51358Copy full SHA for be51358
README.md
@@ -48,7 +48,7 @@ of `h` (by factors of `1/contract`).
48
In general, the starting `h` should be large enough that `f(x0+h)`
49
can be computed accurately and efficiently (e.g. without
50
severe cancellation errors), but small enough that `f` does not
51
-oscillate much between `x0` and `h`. i.e. `h` should be a typical
+oscillate much between `x0` and `x0+h`. i.e. `h` should be a typical
52
scale over which the function `f` varies significantly.
53
54
Technically, Richardson extrapolation assumes that `f(x0+h)` can
0 commit comments