Macro binary_float_ops

Source
macro_rules! binary_float_ops {
    (
        $name:ident,
        $ops:expr
    ) => { ... };
}