sum property

FloatingPoint sum
latefinal

Output FloatingPoint representing the sum of two input FloatingPoints

Implementation

late final FloatingPoint sum =
    FloatingPoint(exponentWidth: exponentWidth, mantissaWidth: mantissaWidth)
      ..gets(output('sum'));