MachineConstants.CubeRootEpsilon Field

Represents the cube 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 CubeRootEpsilon = 6.05545445239334E-06

Field Value

Double

Remarks

The value of this field is 6.055454452393339061e-6

See Also