Quote:
Originally Posted by mjannusch
A "double" variable is a 64-bit double-precision floating point value.
http://en.wikipedia.org/wiki/Double_precision
But yeah, there's a coding error with the variable assignments somewhere. Looks like it should probably be a single-precision floating point variable. A run-o-the-mill bug.
|
Yeah you're right...long day at work, for some reason that was what came to mind when I thought double. Anyways, same basic idea applies...just needs to cast the TPS variable to a double or change the TPS column to accept the current data type.