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 CharlieZhao
Recipients CharlieZhao, docs@python, serhiy.storchaka, slateny, steven.daprano, veky
Date 2022-03-29.08:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648541305.24.0.330221651776.issue47031@roundup.psfhosted.org>
In-reply-to
Content
I started a PR and some simple examples were added. It is helpful for those who are new to IEEE-754.

According to Jelle's comments, the behavior of `float('nan') is float('nan')` may be changed in the future, so I just omit it and suggest users to use `math.isnan()`. This might make the documentation a bit clearer.
History
Date User Action Args
2022-03-29 08:08:25CharlieZhaosetrecipients: + CharlieZhao, steven.daprano, docs@python, serhiy.storchaka, veky, slateny
2022-03-29 08:08:25CharlieZhaosetmessageid: <1648541305.24.0.330221651776.issue47031@roundup.psfhosted.org>
2022-03-29 08:08:25CharlieZhaolinkissue47031 messages
2022-03-29 08:08:25CharlieZhaocreate