FloatingPointTF32 constructor
- String? name,
Construct a TF32 floating point number.
Implementation
FloatingPointTF32({super.name})
: super(
mantissaWidth: FloatingPointTF32Value.populator().mantissaWidth,
exponentWidth: FloatingPointTF32Value.populator().exponentWidth);