Function hexf_parse::parse_hexf64
source · pub fn parse_hexf64(
s: &str,
allow_underscore: bool
) -> Result<f64, ParseHexfError>
Expand description
Tries to parse a hexadecimal float literal to f64
.
The underscore is allowed only when allow_underscore
is true.