-
-
Couldn't load subscription status.
- Fork 680
Closed
Closed
Copy link
Description
We deprecate is_RealNumber, is_ComplexNumber, is_AlgebraicNumber, is_RealIntervalFieldElement, ...
git grep 'is_.*Number(' and git grep -E 'is_(Real|Complex).*Element[(]' only shows a small number of uses.
We replace all uses either by
isinstancetests with the element class (if the module providing it is imported already) orisinstancetests of the parent with an abc defined insage.rings.abc
See also:
- modernize sage.rings.real_mpfr #24457
- discussion in this sage-devel thread
Depends on #32566
CC: @tscrim
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/24525