We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c752e commit fb037deCopy full SHA for fb037de
README.md
@@ -57,7 +57,7 @@ julia> xx = 0:0.1:10;
57
julia> maximum(@. abs(c(xx) - f(xx)))
58
2.6336643132285342e-5
59
```
60
-and we see that the interpolant `c` matches `f` to about five decimal digits.
+and we see that the degree-10 interpolant `c` matches `f` to about five decimal digits.
61
62
The function `chebgradient` returns both the interpolant and its derivative, e.g. at `x = 1.234`, and we can compare it to the exact values
63
```jl
0 commit comments