|  | RootFinderFEpsilonY Property | 
            Gets or sets the tolerance value used for comparing function values. 
            
 
Namespace: DigitalRune.Mathematics.AnalysisAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic float EpsilonY { get; set; }Public Property EpsilonY As Single
	Get
	Set
public:
property float EpsilonY {
	float get ();
	void set (float value);
}member EpsilonY : float32 with get, set
Property Value
Type: 
Single
            The tolerance value used for comparing function values.
            The default is 
Numeric.
EpsilonF.
            
 Exceptions
Exceptions Remarks
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
See Also