Macro hf64

Source
macro_rules! hf64 {
    ($s:literal) => { ... };
}
Expand description

Construct a 64-bit float from hex float representation (C-style), guaranteed to evaluate at compile time.