num_complex

Macro real_arithmetic

Source
macro_rules! real_arithmetic {
    (@forward $imp:ident::$method:ident for $($real:ident),*) => { ... };
    ($($real:ident),*) => { ... };
}