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 intUnsignedBigInt. divideAndRemainder(int divisor, UnsignedBigInt quotient)Divide this by the givendivisor, store the quotient inquotientand return the remainder.intUnsignedBigInt. 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
-