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 7cd467f commit f3c752e
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 @@ -50,7 +50,7 @@ f(x) = sin(2x + 3cos(4x))
x = chebpoints(200, 0, 10)
c = chebinterp(f.(x), 0, 10)
```
We can then compare the "exact" function and its derivative at a set of points:
We can then compare the exact function and its interpolant at a set of points:
```jl
julia> xx = 0:0.1:10;

Expand Down

0 comments on commit f3c752e

Please sign in to comment.