MachineEpsilonDouble Field
The machine epsilon value for double.
Namespace
RandN.Implementation
Containing Type
FloatUtils
Field Type
double

Syntax

public const double MachineEpsilonDouble

Remarks

The value provided by System.Double.Epsilon is *not* the typical machine epsilon value, despite its name. See Machine epsilon on Wikipedia for more details.

Constant Value

ValueType
2.220446049250313E-16Double