int myMethod(int a, double b){ // return result of doing sums with a and b } int myMethod(int a){ return f(a, 1.414); }