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 Behzad Seyfi
Recipients Behzad Seyfi
Date 2019-10-10.16:01:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570723301.17.0.789552752187.issue38432@roundup.psfhosted.org>
In-reply-to
Content
>>> 1/1e-323
inf

>>> 1/1e-324
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ZeroDivisionError: float division by zero

in a 1/x fraction, up to x = 1e-324 it is inf but when x = 1e-325 or little it throws ZeroDivisionError. It is not acceptable and accountable behaviour for inf definition.
History
Date User Action Args
2019-10-10 16:01:41Behzad Seyfisetrecipients: + Behzad Seyfi
2019-10-10 16:01:41Behzad Seyfisetmessageid: <1570723301.17.0.789552752187.issue38432@roundup.psfhosted.org>
2019-10-10 16:01:41Behzad Seyfilinkissue38432 messages
2019-10-10 16:01:41Behzad Seyficreate