1 double
foo(float a,float b)2 foo (float a, float b)
3 {
4   return (double)a / (double)b;
5 }
6