nan property

FloatingPoint nan
latefinal

Construct a FloatingPoint that represents NaN for this FP type.

Implementation

late final nan = FloatingPoint.nan(
    exponentWidth: exponent.width, mantissaWidth: mantissa.width);