-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
math.isnormal
and math.issubnormal
referring to "normality" without context
#135308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd agree with Tim's comment on DPO:
If someone needs to know the definition of normal and subnormal numbers, I don't think they actually need to use |
@picnixz I was thinking the same. I am +1 for just linking the Wikipedia pages. |
No. Both terms are defined in descriptions. I appreciate, if someone could explain that better, but please make concrete proposals. |
Uh oh!
There was an error while loading. Please reload this page.
Problem
Descriptions of those functions assume everyone knows what "normalized float" means. Which itself is a mental shorthand to "float valve represented in normalized scientific notation". And even that can raise questions.
On the other hand those descriptions shouldn't be bloated by long specification for any technical term.
Previous discussion
https://discuss.python.org/t/add-cmath-isnormal-and-cmath-issubnormal/94736/15
Linked PRs
The text was updated successfully, but these errors were encountered: