FloatingPoint8E4M3 constructor

FloatingPoint8E4M3({
  1. String? name,
})

Construct an 8-bit floating point number E4M3.

Implementation

FloatingPoint8E4M3({super.name})
    : super(
          mantissaWidth: FloatingPoint8E4M3Value.populator().mantissaWidth,
          exponentWidth: FloatingPoint8E4M3Value.populator().exponentWidth);