Skip to content

gh-132908: Add math.isnormal/issubnormal() functions - #132935

Merged
serhiy-storchaka merged 10 commits into
python:mainfrom
skirpichev:isnormal-subnormal/132908
Jun 2, 2025
Merged

gh-132908: Add math.isnormal/issubnormal() functions#132935
serhiy-storchaka merged 10 commits into
python:mainfrom
skirpichev:isnormal-subnormal/132908

Conversation

@skirpichev

@skirpichevskirpichev commented Apr 25, 2025

Copy link
Copy Markdown
Member

Comment threadDoc/library/math.rst Outdated
Comment threadDoc/library/math.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadMisc/NEWS.d/next/Library/2025-04-25-16-06-53.gh-issue-132908.wV5rja.rst Outdated
Comment threadDoc/library/math.rst
Comment threadMisc/NEWS.d/next/Library/2025-04-25-16-06-53.gh-issue-132908.wV5rja.rst Outdated
Comment threadDoc/library/math.rst Outdated
Comment threadDoc/library/math.rst Outdated
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>

@picnixzpicnixz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some cosmetic nits.

Comment threadDoc/library/math.rst Outdated
Comment threadDoc/library/math.rst Outdated
Comment threadModules/mathmodule.c Outdated
Comment threadModules/mathmodule.c
Comment threadModules/mathmodule.c
Comment threadModules/mathmodule.c
skirpichevand others added 2 commits April 25, 2025 17:45
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@picnixz

Copy link
Copy Markdown
Member

So, we have some known buildbots issues. I'll wait for it to be solved and then once it's ok for them, I'll merge it.

@skirpichev

Copy link
Copy Markdown
MemberAuthor

Technically it's very trivial pr, yet I would appreciate a second look from someone.

Maybe we should be more vague and not define in any way normal/subnormal meaning (i.e. not reference sys.float_info). (Or mention this as CPython implementation detail.) E.g. should all Python implementations support subnormals?

@StanFromIrelandStanFromIreland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO the docs and implementation are fine, everything is explained well.

@skirpichevskirpichev left a comment

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can replace "floating-point number" with just a "number" (as integers are automatically converted to floats)?

Comment threadDoc/library/math.rst Outdated
Comment threadDoc/library/math.rst Outdated
Comment threadDoc/library/math.rst Outdated
@skirpichev

Copy link
Copy Markdown
MemberAuthor

CC @serhiy-storchaka per experts index. See also issue thread.

@serhiy-storchakaserhiy-storchaka changed the title gh-132908: add math.normal/subnormal() functionsgh-132908: Add math.isnormal/issubnormal() functionsJun 2, 2025

@serhiy-storchakaserhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

Comment threadModules/mathmodule.c Outdated
Comment threadDoc/library/math.rst Outdated
@serhiy-storchaka
serhiy-storchaka merged commit 5f61cde into python:mainJun 2, 2025
@skirpichev
skirpichev deleted the isnormal-subnormal/132908 branch June 2, 2025 10:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@skirpichev@picnixz@serhiy-storchaka@StanFromIreland