Click or drag to resize
DigitalRuneRootFinderDEpsilonY Property
Gets or sets the tolerance value used for comparing function values.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public double EpsilonY { get; set; }

Property Value

Type: Double
The tolerance value used for comparing function values. The default is Numeric.EpsilonD.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
Remarks
If the absolute difference of f(x) and the searched y value is less than this tolerance, the refinement of x is stopped.
See Also