Function hexf_parse::convert_hexf64
source ยท pub(crate) fn convert_hexf64(
negative: bool,
mantissa: u64,
exponent: isize,
) -> Result<f64, ParseHexfError>
pub(crate) fn convert_hexf64(
negative: bool,
mantissa: u64,
exponent: isize,
) -> Result<f64, ParseHexfError>