|   | ConstantsDoubleEpsilon Field | 
        
         
              Double-precision machine round-off error.
            
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic const double DoubleEpsilon = 1.11022302462516E-16
Public Const DoubleEpsilon As Double = 1.11022302462516E-16
Field Value
Type: 
Double Remarks
Remarks
              This value is actually different from Double.Epsilon. It
              is defined as 1.11022302462515654042E-16.
            
 See Also
See Also