rpoly 0.1.0

Use the RPOLY algorithm to solve for all real roots of a univariate polynomial
Documentation
1
2
3
4
5
6
7
rpoly
======
[crates.io](https://crates.io/crates/rpoly) |
[docs.rs](https://docs.rs/rpoly) |
[github](https://github.com/TanixLu/rpoly)

An implementation of the [RPOLY](https://en.wikipedia.org/wiki/Jenkins%E2%80%93Traub_algorithm#:~:text=known%20as%20the%20%22-,RPOLY,-%22%20algorithm.%20The%20latter) algorithm for finding all real roots of a univariate polynomial.