View Single Post
Old 11-19-2007, 09:02 PM   #62 (permalink)
mjannusch
Pro xfercase destroyer
 
mjannusch's Avatar
 
Join Date: Feb 2001
Location: Hudson, WI
Drives: 2005 Toyota Prius
Trader Rating: (15)
mjannusch Level 1mjannusch Level 1
Default Re: (((Mitsubishi MUT-II/MUT-III Datalogger)))

Quote:
Originally Posted by SilverJester View Post
It just means that the TPS Column was setup to accept variables of the type "double", which are numbers with 2 decimal places (even if those 2 decimal places are zeros). Basically a line of code just needs to be added that will round the number 13.725490 to 13.72.
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.
__________________
-Matt
'95 3000GT Spyder VR4 (11.838@117.56)
'93 3000GT VR4 (Project for 2009)
'91 3000GT VR4 (Only a shell of its former self)
mjannusch is offline   Reply With Quote