Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid
findfirst
in PolynomialRatio
constructor
This fixes the deprecations due to JuliaLang/julia#23812 and makes for cleaner code anyway. (Truncation of trailing zeros is done in the `Poly` constructor so there is no need to do it here.)
- Loading branch information