static double mul_optFor1(double a, double b) { ret a == 1 ? b : a*b; }