Macro hexf::hexf32[][src]

hexf32!() { /* proc-macro */ }

Expands to a f32 value with given hexadecimal representation.

Example

assert_eq!(hexf32!("0x1.99999ap-4"), 0.1f32);