MachineConstants.SqrtSingleEpsilon Field

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const float SqrtSingleEpsilon = 0.000345267f

Field Value

Single

Remarks

The value of this field is 3.45266983e-04

See Also