Macro hexf::hexf64 []

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

Expands to a f64 value with given hexadecimal representation.

Example

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