Skip to content

Commit

Permalink
minor formatting fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Sep 21, 2023
1 parent d933098 commit 4ad459a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -66,6 +66,7 @@ Interpolation is most efficient and accurate if we evaluate our function at the
```jl
xr = rand(10000) * 10 # 10000 uniform random points in [0, 10]
c = chebregression(xr, f.(xr), 0, 10, 200) # fit to a degree-200 polynomial
```
```jl
julia> maximum(@. abs(c(xx) - f(xx)))
1.4655330320523241e-5
Expand Down

0 comments on commit 4ad459a

Please sign in to comment.