Represents the square root of the machine precision
Epsilon for double-precision
floating-point numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const double SqrtEpsilon = 1.49011611938477E-08
Public Const SqrtEpsilon As Double = 1.49011611938477E-08
public:
literal double SqrtEpsilon = 1.49011611938477E-08
static val mutable SqrtEpsilon: float
Field Value
Type:
Double
The value of this field is 1.490116119384765625e-8
Reference