IMSL C# Numerical Library

ZeroFunction.SpreadTolerance Property

The spread criteria for multiple zeros.

public double SpreadTolerance {get; set;}

Property Value

A double value specifying the spread tolerance.

Remarks

If the zero x[i] has been computed and |x[i]-x[j]| \lt SpreadTolerance, where x[j] is a previously computed zero, then the computation is restarted with a guess equal to x[i]+ Spread. The default value for SpreadTolerance is 1.0e-5.

Exceptions

Exception Type Condition
ArgumentException is thrown if SpreadTolerance is less than zero

See Also

ZeroFunction Class | Imsl.Math Namespace