FloatingPoint32 constructor

FloatingPoint32()

Construct a 32-bit (single-precision) floating point number

Implementation

FloatingPoint32()
    : super(
          exponentWidth: FloatingPoint32Value.exponentWidth,
          mantissaWidth: FloatingPoint32Value.mantissaWidth);