macro_rules! impl_math_ops {
    ($( $S:ident ),*) => { ... };
}