Because for some reason WinOLS does precision by "digits right of the decimal point" rather than significant figures, and for all 8 bit values, the precision should always be 2-3 sigfigs.
However, there is no way to specify "digits right of the decimal point" such that it is correct for all scalars.
I don't really feel like going into an explanation of sig figs vs. decimal points.. science 101 and all..
I expect they did it like that because it's more accurate, but I think I get the problem in doing this with the 8 bit values. Anything with higher than 2-3 sig figs would take up too much space being that 8 bits is the max for each value so the value gets rounded to something that will fit?
Thanks for the link Axis, it was a good refresher.