This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, drj, mark.dickinson, vstinner
Date 2008-12-09.17:31:23
SpamBayes Score 2.0752905e-05
Marked as misclassified No
Message-id <d38f5330812090931m51b1597es7843804c6e81359f@mail.gmail.com>
In-reply-to <1228841516.64.0.92765264089.issue3166@psf.upfronthosting.co.za>
Content
..
> The idea's attractive.  The problem is finding an integer type that's
> guaranteed to have enough bits to store the mantissa for the float
> (probably plus one or two bits more for comfort);  for IEEE 754 this
> means a 64-bit integer type, and there aren't any of those in C89.

But Python already has an arbitrary precision integer type, why not
use it?  Performance may suffer, but optimization can be considered
later possibly first on the most popular platforms.
History
Date User Action Args
2008-12-09 17:31:25belopolskysetrecipients: + belopolsky, mark.dickinson, vstinner, drj
2008-12-09 17:31:23belopolskylinkissue3166 messages
2008-12-09 17:31:23belopolskycreate