rust-poly 0.1.1

Numeric manipulation of real and complex polynomials.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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).