When dividing by 1000 I sometime run across a bug that doesn\'t do the division \"correctly\". For example, when dividing 90.55 by 1000 instead of getting .09055 I get .090
Yes, this is a common floating-point format issue.