# rust-poly
Numeric manipulation of real and complex polynomials.
> Note: this crate is currently under development and should not be used
Basic Goals:
- [ ] addition, subtraction and multiplication of complex and real univariate polynomials
- [ ] long division of complex and real univariate polynomials
-
- [ ] finding complex roots of polynomials
- [ ] generate chebyshev polynomials
## Licensing
This library is covered by the MIT license, see [LICENSE](LICENSE).
Parts of the source code are based on the [NumPy](https://github.com/numpy/numpy) library for Python, used in accordance to the original license, see [licenses/numpy/LICENSE.txt](licenses/numpy/LICENSE.txt).