Computes the roots of the polynomial.
![p(x) = {\rm coef}[n] \times x^n + {\rm coef}[n-1] \times x^{n-1} + \ldots + {\rm coef}[0]](eqn/eqn_1895.png)
![p(x) = {\rm coef}[n] \times x^n + {\rm coef}[n-1] \times x^{n-1} + \ldots + {\rm coef}[0]](eqn/eqn_1895.png)
Overload List
Name | Description | |
---|---|---|
![]() | ComputeRoots(array<Complex>[]()[]) |
Computes the roots of the polynomial with Complex coefficients.
![]() |
![]() | ComputeRoots(array<Double>[]()[]) |
Computes the roots of the polynomial with real coefficients.
![]() |