[A83] Re: 83p os


[Prev][Next][Index][Thread]

[A83] Re: 83p os



> > That's why I mentioned 64-bit numbers. They could allow for 19 decimal
> > digits using 8 bytes, which would be accurate for 16-17 digits even
after
> > a long calculation. No wonder that the TIOS itself works with two excess
> > digits internally.
> >
>
> Floating point means that there also is a exponent, and when using binary
FP, the conversion to decimal is a hard process when the exponent is big.
Try for example to convert 1.01001100110b * 10b^11101010b (b indicates that
the number is a binary number)

Let's see, that means 1.01001100110 with decimal point shifted right 234
decimal places.  That means 101001100110 with 223 more zeroes.  Hmmm, that
means 2662*2^223, which equals 3.5883689013977501566701797080823*10^70.  Oh
wait, that's too much significance...



Follow-Ups: References: