Uses of Class
de.tilman_neumann.jml.base.UnsignedBigInt
-
Packages that use UnsignedBigInt Package Description de.tilman_neumann.jml.base -
-
Uses of UnsignedBigInt in de.tilman_neumann.jml.base
Methods in de.tilman_neumann.jml.base with parameters of type UnsignedBigInt Modifier and Type Method Description int
UnsignedBigInt. divideAndRemainder(int divisor, UnsignedBigInt quotient)
Divide this by the givendivisor
, store the quotient inquotient
and return the remainder.int
UnsignedBigInt. divideAndRemainder_v1(int divisor, UnsignedBigInt quotient)
Deprecated.Constructors in de.tilman_neumann.jml.base with parameters of type UnsignedBigInt Constructor Description UnsignedBigInt(UnsignedBigInt N)
Copy constructor
-