MachineConstants.CubeRootSingleEpsilon Field

Represents the cube 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 CubeRootSingleEpsilon = 0.004921567f

Field Value

Single

Remarks

The value of this field is 4.9215666e-3

See Also