There is a bug involving the way decimals are handled, where
zeros to the right of the decimal point are removed. Numbers like
0.00009 are converted to 0.9, or 1.0005 is converted to 1.5. It only
happens to zeros just to the right, and wouldn't affect a number
like 1.50001. It seems to happen both serverside and clientside.
You can test it by just setting a var or string to a number like 0.005
and then reading it.
(Didn't experiance this bug at first hand Hoyt1134 did and made the text.. just being the messenger. And I don't care about the don't post for friends ect rules, so don't even mention it

)