MachineConstants.SqrtSingleEpsilon Field

Represents the square root of the machine precision SingleEpsilon for single-precision floating point numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const float SqrtSingleEpsilon = 0.000345267f

Field Value

Single

Remarks

The value of this field is 3.45266983e-04

See Also