product property
latefinal
The computed FloatingPoint product of a * b.
Implementation
late final FloatingPoint product =
FloatingPoint(exponentWidth: exponentWidth, mantissaWidth: mantissaWidth)
..gets(output('product'));
The computed FloatingPoint product of a * b.
late final FloatingPoint product =
FloatingPoint(exponentWidth: exponentWidth, mantissaWidth: mantissaWidth)
..gets(output('product'));