sage: a = IntegerRing()(5) sage: C = a.category(); C Category of elements of Integer Ring sage: a in C True sage: 2/3 in C False
object) |
object
Instances of class Elements also have the following special methods:
__repr__,
_latex_
See About this document... for information on suggesting changes.