Macro define_float_conversion

Source
macro_rules! define_float_conversion {
    ($ty:ty, $bits:ident, $bytes:expr, $mod:ident) => { ... };
    ($ty:ty, $bits:ident, $bytes:expr, $from:ident, $to:ident) => { ... };
}