1 double
foo(float a,float b)2 foo (float a, float b) { return (double) a * (double) b; }
3