FloatingPoint64 constructor
Construct a 64-bit (double-precision) floating point number
Implementation
FloatingPoint64()
: super(
exponentWidth: FloatingPoint64Value.exponentWidth,
mantissaWidth: FloatingPoint64Value.mantissaWidth);