[A83] Re: 83p os
[Prev][Next][Index][Thread]
[A83] Re: 83p os
On Thu, 24 Apr 2003 18:06:31 +0100
"Patai Gergely" <patai_gergely@fastmail.fm> wrote:
> 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)
--
Max Sikstrom
pengi@molik.org
MoLiK programming and demo group
http://www.molik.org/
Follow-Ups:
References: