Click or drag to resize
ZeroPolynomial.GetRoots Method
Returns the zeros of the polynomial.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex[] GetRoots()

Return Value

Type:Complex[]
A Complex array containing the roots of the polynomial.
See Also