Thanks to visit codestin.com Credit goes to docs.rs
This is a crate for numerical polynomial root-finding.
Currently, we implement a single solver: Yuksel’s iterative algorithm for finding roots in a bounded interval. We aspire to have more, with thorough tests and benchmarks.