IMSL C# Numerical Library

ZeroPolynomial.GetRadius Method 

Returns an a-posteriori absolute error bound on the root.

public double GetRadius(
   int index
);

Parameters

index
An int specifying the (0-based) index of the root whose error bound is to be returned.

Return Value

A double representing the error bound on the index-th root.

Remarks

NaN is returned if the corresponding root cannot be represented as floating point due to overflow or underflow or if the roots have not yet been computed.

See Also

ZeroPolynomial Class | Imsl.Math Namespace