Function parse_any

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

Parse any float from hex to its bitwise representation.