Macro impl_numeric_float

Source
macro_rules! impl_numeric_float {
    ($t: ident) => { ... };
}