Computes the roots of the polynomial with Complex coefficients.
public Complex[] ComputeRoots(Complex[]);
Computes the roots of the polynomial with real coefficients.
public Complex[] ComputeRoots(double[]);
ZeroPolynomial Class | Imsl.Math Namespace