FloatingPoint8E5M2 constructor
Construct an 8-bit floating point number
Implementation
FloatingPoint8E5M2()
: super(
mantissaWidth: FloatingPoint8E5M2Value.mantissaWidth,
exponentWidth: FloatingPoint8E5M2Value.exponentWidth);