Skip to content
Prev 43898 / 398528 Next

0.1 + 0.2 != 0.3 revisited

On Mon, 09 Feb 2004 08:52:09 +0100, you wrote:

            
Right, that's pretty much what I said, since 1.6 = 1.101100...
Yes, but I was counting bits after the binary point, not bits that are
stored.  The latter is 52 for all numbers, but it translates into more
or less bits after the binary point, depending on the magnitude of the
exponent. 

You can argue that I got the exponent wrong (saying it was -4, when
you say it's -3), and I could live with that.  I was just following
the Intel convention that the mantissa is 1.dddd.. instead of
0.1dddd.. .

Duncan Murdoch