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 georg.brandl
Recipients
Date 2007-03-10.07:03:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The docs say, "%f conversions for numbers whose absolute value is over 1e25 are replaced by %g conversions."

So is the correct solution "if fabs(x) >= 1e25"?
History
Date User Action Args
2007-08-23 13:59:56adminlinkissue532631 messages
2007-08-23 13:59:56admincreate