MachineConstants.CubeRootSingleEpsilon Field

Represents the cube root of the machine precision SingleEpsilon for single-precision floating-point numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const float CubeRootSingleEpsilon = 0.004921567f

Field Value

Single

Remarks

The value of this field is 4.9215666e-3

See Also