nan property

FloatingPointValue get nan

Return the Negative Infinity value for this FloatingPointValue size.

Implementation

FloatingPointValue get nan => FloatingPointValue.getFloatingPointConstant(
    FloatingPointConstants.nan, exponent.width, mantissa.width);