Constructs aBigInt whose value is equal to that of the specified integer value.
Constructs aBigInt whose value is equal to that of the specified integer value.
the specified integer value
the constructedBigInt
Constructs aBigInt whose value is equal to that of the specified long value.
Constructs aBigInt whose value is equal to that of the specified long value.
the specified long value
the constructedBigInt
Translates a byte array containing the two's-complement binary representation of a BigInt into a BigInt.
Translates a byte array containing the two's-complement binary representation of a BigInt into a BigInt.
Translates the sign-magnitude representation of a BigInt into a BigInt.
Translates the sign-magnitude representation of a BigInt into a BigInt.
big-endian binary representation of the magnitude of the number.
signum of the number (-1 for negative, 0 for zero, 1 for positive).
Constructs a randomly generated positive BigInt that is probably prime, with the specified bitLength.
Constructs a randomly generated positive BigInt that is probably prime, with the specified bitLength.
Constructs a randomly generated BigInt, uniformly distributed over the range0 to(2^ numBits - 1), inclusive.
Constructs a randomly generated BigInt, uniformly distributed over the range0 to(2^ numBits - 1), inclusive.
Translates the decimal String representation of a BigInt into a BigInt.
Translates the decimal String representation of a BigInt into a BigInt.
Translates the string representation of aBigInt in the specifiedradix into a BigInt.
Translates the string representation of aBigInt in the specifiedradix into a BigInt.
Translates ajava.math.BigInteger into a BigInt.
Returns a positive BigInt that is probably prime, with the specified bitLength.
Returns a positive BigInt that is probably prime, with the specified bitLength.
Implicit conversion fromInt toBigInt.
Implicit conversion fromjava.math.BigInteger toscala.BigInt.
Implicit conversion fromLong toBigInt.