macro_rules! impl_math_unop { ($fxn_name:ident, $type:ident, $op_fxn:ident, $feature_flag:expr) => { ... }; }