A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
Return a normal number y
and exponent exp
satisfying x = y * 2^exp
.
Double-precision floating-point positive infinity.
Test if a double-precision floating-point numeric value is NaN.
Double-precision floating-point negative infinity.