BigIntegerContext
Default ring for BigInteger type which values are seen as integers. It also implements Order and Hashing interfaces in the default understanding.
Such ring is useless when used as is, but useful when used in generalized algorithms.
Properties
Functions
Returns quotient of Euclidean division (a.k.a. a division with remainder).
Returns result of Euclidean division (a.k.a. a division with remainder), both quotient and remainder.
Checks that this number is not a one in the context of the Semiring.
Checks that this number is not a zero in the context of the Semiring.
Checks that this number is a one in the context of the Semiring.
Checks that this number is a zero in the context of the Semiring.
Returns remainder of Euclidean division (a.k.a. a division with remainder).
Inverses this value in terms of the Ring.