Click or drag to resize
Accord.NET (logo)

ConstantsSingleEpsilon Field

Single-precision machine round-off error.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public const float SingleEpsilon = 1.192093E-07f
Request Example View Source

Field Value

Type: Single
Remarks
This value is actually different from Single.Epsilon. It is defined as 1.1920929E-07f.
See Also