FloatingPoint8E5M2 constructor

FloatingPoint8E5M2({
  1. String? name,
})

Construct an 8-bit floating point number E5M2.

Implementation

FloatingPoint8E5M2({super.name})
    : super(
          mantissaWidth: FloatingPoint8E5M2Value.populator().mantissaWidth,
          exponentWidth: FloatingPoint8E5M2Value.populator().exponentWidth);