Returns the error status of a root.
int
representing the (0-based) index of the root whose error status is to be returned. A bool
representing the error status on the index-th root.
It is false
if the approximation of the index-th root has been carried out successfully, for example, the computed approximation can be viewed as the exact root of a slightly perturbed polynomial. It is true if more iterations are needed for the index-th root.
ZeroPolynomial Class | Imsl.Math Namespace