Temperature Sensor LM60

temp =  (Vin / 1024.00 * 1100.00 -424.0) / 6.250 ;

It is always a good idea to use as little floating point math as possible.