MachineConstants.SingleEpsilon Field

Represents the machine precision for single-precision floating-point numbers.

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public const float SingleEpsilon = 1.192093E-07f

Field ValuePermalink

Single

RemarksPermalink

The value of this field is 1.1920928955078125e-07.

The machine precision is the smallest number that can be added to the number 1 to yield a result different from 1.

See AlsoPermalink