Gets the default absolute and relative tolerance.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Const DefaultTolerance As Double
C#
public const double DefaultTolerance
C++
public:
literal double DefaultTolerance

Value

The value of this field is the square root of the machine precision.

Remarks

The value of this field is SqrtEpsilon, the square root of the Epsilon.

See Also