product property

FloatingPoint product
latefinal

The computed FloatingPoint product of a * b.

Implementation

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