JuliaMath / JuliaMath/Polynomials.jl
Limits of `Polynomials.PolyCompat`?
Open
- Dominant language
- Julia
- Stars
- 320
- Forks
- 80
- Avg merge
- 8h 46m
- Merged PRs (30d)
- 3
Description
In the past (i.e., some months ago), functions `polyfit`, `polyval`, etc. worked. I have the impression that `polyfit` has been replaced by `fit`, and that `polyval` has been eliminated.
I have tried to use commands:
```julia
using Polynomials
Polynomials.PolyCompat
```
in the hope that this would make my old code work, but I get error messages.
*Should* this work?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.