MachineConstants.SqrtEpsilon Field

Represents the square root of the machine precision Epsilon for double-precision floating-point numbers.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const double SqrtEpsilon = 1.49011611938477E-08

Field Value

Double

Remarks

The value of this field is 1.490116119384765625e-8

See Also