ZeroPolynomialComputeRoots Method (Complex) |
Computes the roots of the polynomial with Complex coefficients.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[] ComputeRoots(
Complex[] coef
)
Public Function ComputeRoots (
coef As Complex()
) As Complex()
public:
array<Complex>^ ComputeRoots(
array<Complex>^ coef
)
member ComputeRoots :
coef : Complex[] -> Complex[]
Parameters
- coef
- Type: Imsl.MathComplex
A Complex array containing the polynomial coefficients.
Return Value
Type:
Complex
A
Complex array containing the roots of the polynomial.
Exceptions See Also