MachineConstants.CubeRootEpsilon Field

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const double CubeRootEpsilon = 6.05545445239334E-06

Field Value

Double

Remarks

The value of this field is 6.055454452393339061e-6

See Also