fn convert_hex_float(
negative: bool,
mant: u64,
exp: i32,
fmt: HexFloatFormat,
) -> Result<u64, NumberError>fn convert_hex_float(
negative: bool,
mant: u64,
exp: i32,
fmt: HexFloatFormat,
) -> Result<u64, NumberError>