Gets the default absolute and relative tolerance.
Namespace: Extreme.Mathematics.AlgorithmsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference