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