MachineConstants.SingleMinExponent Field

Represents the smallest possible binary exponent in the representation of single-precision floating-point numbers.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const int SingleMinExponent = -125

Field Value

Int32

Remarks

The value of this field is -1021.

See Also