one property

FloatingPointValue get one

Return the value one for this FloatingPointValue size.

Implementation

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