Gets\Sets the root finders error tolerance. Default is 0.00001;

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double RootFindingTolerance { get; set; }
Visual Basic (Declaration)
Public Property RootFindingTolerance As Double
Visual C++
public:
property double RootFindingTolerance {
	double get ();
	void set (double value);
}

See Also