FloatingPoint8E4M3 constructor
- String? name,
Construct an 8-bit floating point number E4M3.
Implementation
FloatingPoint8E4M3({super.name})
: super(
mantissaWidth: FloatingPoint8E4M3Value.populator().mantissaWidth,
exponentWidth: FloatingPoint8E4M3Value.populator().exponentWidth);