hexf64!() { /* proc-macro */ }
Expand description

Expands to a f64 value with given hexadecimal representation.

Example

assert_eq!(hexf64!("0x1.999999999999ap-4"), 0.1f64);