Skip to content

Revert "Add isspecial() method for mp/fp contexts, deprecate isnormal()"#1043

Merged
skirpichev merged 1 commit intompmath:masterfrom
skirpichev:revert-949
Feb 23, 2026
Merged

Revert "Add isspecial() method for mp/fp contexts, deprecate isnormal()"#1043
skirpichev merged 1 commit intompmath:masterfrom
skirpichev:revert-949

Conversation

@skirpichev
Copy link
Copy Markdown
Collaborator

This reverts commit e6aa3b4.

Subnormals are properly handled by fp.isnormal(). Deprecate fp.is_special() method.

Fixes #946

@skirpichev skirpichev added this to the 1.4 milestone Feb 23, 2026
This reverts commit e6aa3b4.

Subnormals are properly handled by fp.isnormal().  Deprecate
fp.is_special() method.

Fixes mpmath#946
@skirpichev skirpichev merged commit 711d3c3 into mpmath:master Feb 23, 2026
14 checks passed
@skirpichev skirpichev deleted the revert-949 branch February 23, 2026 01:25
Sign up for free to 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.

fp.isnormal(5e-324) returns True

1 participant