another snipe thread, eh?
I do have a question though---you guys keep talking that the algorithm \"rounds\" the number as in traditional math----you know...and 8.06 would be rounded to an 8.1
Are you sure it just doesn\'t truncate any trailing decimals before/after it does the math?
*Generally* speaking, for the ease of programming, the trailing decimals would just be truncated, and not rounded----considering the accuracy of the math here is not *that* important, I would expect there\'s some truncation (and not necessarily rounding) taking place in the math somewhere.
You guys just sparked my curiosity--so I figured I\'d ask. Truncation would just throw another minor \"monkey wrench\" into trying to reverse engineer the math.
Kev
I do have a question though---you guys keep talking that the algorithm \"rounds\" the number as in traditional math----you know...and 8.06 would be rounded to an 8.1
Are you sure it just doesn\'t truncate any trailing decimals before/after it does the math?
*Generally* speaking, for the ease of programming, the trailing decimals would just be truncated, and not rounded----considering the accuracy of the math here is not *that* important, I would expect there\'s some truncation (and not necessarily rounding) taking place in the math somewhere.
You guys just sparked my curiosity--so I figured I\'d ask. Truncation would just throw another minor \"monkey wrench\" into trying to reverse engineer the math.
Kev