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
This library is covered by the MIT license, see LICENSE.
Parts of the source code are based on the NumPy library for Python, used in accordance to the original license, see licenses/numpy/LICENSE.txt.