The class is for the ring of rational integers.
Ths class is a subclass of nzmath.ring.CommutativeRing.
Create an instance of IntegerRing. You may not want to create an instance, since there is already theIntegerRing.
Return an Integer object with seed, which must be an integer.
Return the greatest common divisor of given 2 integers.
Return the rational field (RationalField).
Report whether another ring contains the integer ring as
subring.
If other is also the integer ring, the output is True. In
other cases it depends on the implementation of another ring's
issuperring method.
Report whether the integer ring contains another ring as
subring.
If other is also the integer ring, the output is True. In
other cases it depends on the implementation of another ring's
issubring method.
Return the lowest common multiple of given 2 integers. If both are zero, it raises an exception.
isdomain(), iseuclidean(), isfield(), isnoetherian(), ispid(), isufd()
repr, str, in
(These properties are new in 0.4.1)