scijs / poly-roots

Find all roots of a polynomial using the Jenkins-Traub method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase test coverage

rreusser opened this issue · comments

There are lots of branches of the logic included in their algorithm. i.e. loops and retries and increasing iterations and switches. I don't know quite how to test that stuff, but maybe it just needs the shotgun approach with lots of scattered examples until code coverage is achieved.