hexf64!() { /* proc-macro */ }
Expands to a f64 value with given hexadecimal representation.
f64
assert_eq!(hexf64!("0x1.999999999999ap-4"), 0.1f64);