andreasnoack / FastPolynomialRoots.jl

Fast and backward stable computation of roots of polynomials in Julia
MIT License
15 stars 4 forks source link

Fit integer method and tests #21

Closed andreasnoack closed 2 years ago

andreasnoack commented 2 years ago

I realized that the real issue here wasn't really the piracy but that the integer method wasn't right and wasn't tested.

Closes #19

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (ef0a925) into master (c636e52) will increase coverage by 3.84%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   88.46%   92.30%   +3.84%     
==========================================
  Files           1        1              
  Lines          26       26              
==========================================
+ Hits           23       24       +1     
+ Misses          3        2       -1     
Impacted Files Coverage Δ
src/FastPolynomialRoots.jl 92.30% <100.00%> (+3.84%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c636e52...ef0a925. Read the comment docs.