2010-08-04, 07:51 AM
shouri Wrote:Wouldn't programmers already know this from:
AccuracyRate = sqrt(150) - sqrt(625) + 100
I haven't done programming in quite a while myself, but I thought adding numbers to an int would automatically change the final output to an int anyways.
Nope; This would usually return a double. Depends on the implementation of square root, but it usually returns a double.

