giordano / PolynomialRoots.jl

Fast complex polynomial root finder, with support for arbitrary precision calculations
Other
53 stars 15 forks source link

The `root` docs header say `polish=true` when it's actually `false` #21

Open anojo opened 3 years ago

anojo commented 3 years ago

Just a small doc bug. In the first line of roots documentation is declares the default value of polish=true, yet later in the doc (and in the actual code) it's set to false.