Quad.MinNormalizedValue Field

Gets the smallest positive number that has a normalized representation.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly Quad MinNormalizedValue

Field Value

Quad

Remarks

Normalized numbers are numbers that use the normal representation of a sign, a binary exponent, and a 113 bit mantissa.

See Also