Macro hexf::hexf32 []

macro_rules! hexf32 {
    ProcMacroHackExpr => { ... };
}

Expands to a f32 value with given hexadecimal representation.

Example

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