Gets the default absolute and relative tolerance.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const double DefaultTolerance = 1.49011611938477E-08
Public Const DefaultTolerance As Double = 1.49011611938477E-08
public:
literal double DefaultTolerance = 1.49011611938477E-08
static val mutable DefaultTolerance: float
Field Value
Type:
DoubleThe value of this field is the square root
of the machine precision.
The value of this field is SqrtEpsilon,
the square root of the machine precision.
Reference