2010-08-04, 07:31 AM
Fiel Wrote:Oh, and something for programmers to know, AccuracyRate is an integer, not a double.
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.

