pub const fn parse_hex_exact( s: &str, bits: u32, sig_bits: u32, ) -> Result<u128, HexFloatParseError>
Parses any float to its bitwise representation, returning an error if it cannot be represented exactly