You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Laguerre's method implementation for solving complex polynomials.