On Tue, Oct 28, 2003 at 21:16:53 +0100,
SZUCS Gábor <surrano(at)mailbox(dot)hu> wrote:
>
> As Tom pointed out, it isn't a floating point failure -- it is how rounding
> float is implemented. I assume anything with less than 15 digits can be
> exactly represented as float.
No. It has to be a dyadic number. For example .3 will not be represented
exactly by a float.