Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 7, 2025
1 parent f3c752e commit fb037de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ julia> xx = 0:0.1:10;
julia> maximum(@. abs(c(xx) - f(xx)))
2.6336643132285342e-5
```
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.

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
```jl
Expand Down

0 comments on commit fb037de

Please sign in to comment.