does nvidia gtx9800 supports double?

Does anyone know that the NVIDIA gtx 9800 support double or not?

I was trying to calculate the time required to do a double calculation. Although, I did not get any error message, the calculation time stays constant for 100 double calculation or 1 double calculation.

No, it does not.

If it doesn’t support double, how come it does not through any error when i compute a double value?

what does it do if I pass a double in GPU?

nvcc automatically demotes all doubles to floats when compiled without double support.