convert_hexf64

Function convert_hexf64 

Source
pub(crate) fn convert_hexf64(
    negative: bool,
    mantissa: u64,
    exponent: isize,
) -> Result<f64, ParseHexfError>