Macro div_impl_float

macro_rules! div_impl_float {
    ($($t:ty)*) => { ... };
}