negativeInfinity property

FloatingPointValue get negativeInfinity

Return the Negative Infinity value for this FloatingPointValue size.

Implementation

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