Function parse_hex_exact

Source
pub const fn parse_hex_exact(
    s: &str,
    bits: u32,
    sig_bits: u32,
) -> Result<u128, HexFloatParseError>
Expand description

Parses any float to its bitwise representation, returning an error if it cannot be represented exactly