Macro impl_math

Source
macro_rules! impl_math {
    ( $($exp:expr),* ) => { ... };
}