KlausC / CommutativeRings.jl

CAS, Commutative Rings, Fraction Fields, Quotient Rings, Polynomial Rings, Galois Fields
MIT License
9 stars 3 forks source link

Krc/factorint #16

Closed KlausC closed 2 years ago

KlausC commented 2 years ago

Fix algorithm for factorization of integer polynomials.

codecov-commenter commented 2 years ago

Codecov Report

Merging #16 (4acb051) into main (de51fe7) will increase coverage by 1.02%. The diff coverage is 92.13%.

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   77.93%   78.95%   +1.02%     
==========================================
  Files          17       17              
  Lines        3648     3683      +35     
==========================================
+ Hits         2843     2908      +65     
+ Misses        805      775      -30     
Impacted Files Coverage Δ
src/univarpolynom.jl 62.33% <ø> (+0.29%) :arrow_up:
src/intfactorization.jl 60.75% <91.46%> (+7.54%) :arrow_up:
src/factorization.jl 91.71% <100.00%> (ø)
src/generic.jl 88.47% <100.00%> (ø)
src/zz.jl 90.69% <100.00%> (ø)

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 de51fe7...4acb051. Read the comment docs.