调用以下函数得到的结果数据类型是            。
double getb (float x, float y)
{  
   return x + y;
}