> > And if it reads > > 103000e-03 (103000 IS periodic), the value is slightly wrong... > > 103000 is a whole number (not periodic, or with a period of 0 if you > like) and can be represented exactly. But `e-03', i.e. 10**(-3) is > not. Afaik whole numbers can be periodic in Floating Point too?