Skip to content

Commit fb037de

Browse files
committed
tweak
1 parent f3c752e commit fb037de

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
@@ -57,7 +57,7 @@ julia> xx = 0:0.1:10;
5757
julia> maximum(@. abs(c(xx) - f(xx)))
5858
2.6336643132285342e-5
5959
```
60-
and we see that the interpolant `c` matches `f` to about five decimal digits.
60+
and we see that the degree-10 interpolant `c` matches `f` to about five decimal digits.
6161

6262
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
6363
```jl

0 commit comments

Comments
 (0)