FloatingPointBF16 constructor

FloatingPointBF16()

Construct a BF16 16-bit floating point number

Implementation

FloatingPointBF16()
    : super(
          mantissaWidth: FloatingPointBF16Value.mantissaWidth,
          exponentWidth: FloatingPointBF16Value.exponentWidth);