nan property
Return the Negative Infinity value for this FloatingPointValue size.
Implementation
FloatingPointValue get nan => FloatingPointValue.getFloatingPointConstant(
FloatingPointConstants.nan, exponent.width, mantissa.width);
Return the Negative Infinity value for this FloatingPointValue size.
FloatingPointValue get nan => FloatingPointValue.getFloatingPointConstant(
FloatingPointConstants.nan, exponent.width, mantissa.width);