FloatingPoint64Value.ofBigInts constructor
FloatingPoint64Value constructor from a set of BigInts of the binary representation
Implementation
FloatingPoint64Value.ofBigInts(super.exponent, super.mantissa, {super.sign})
: super.ofBigInts(
exponentWidth: exponentWidth, mantissaWidth: mantissaWidth);