Macro div_impl_float

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