namespace mathfunctions { double OpMul(double a, double b) { return a * b; } }