The polynomial class supports operations on polynomials with complex and real coefficients, and utilizes Laguerre's method to find the roots of a polynomial
main.cpp contains an example of how to use the polynomial class.
The polynomial class supports operations on polynomials with complex and real coefficients, and utilizes Laguerre's method to find the roots of a polynomial
main.cpp contains an example of how to use the polynomial class.