Click or drag to resize
Accord.NET (logo)

ConstantsDoubleEpsilon Field

Double-precision machine round-off error.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public const double DoubleEpsilon = 1.11022302462516E-16
Request Example View Source

Field Value

Type: Double
Remarks
This value is actually different from Double.Epsilon. It is defined as 1.11022302462515654042E-16.
See Also