scala.math.BigInt
See theBigInt companion class Members listConstructs a BigInt
whose value is equal to that of the specified integer value.
Constructs a BigInt
whose value is equal to that of the specified integer value.
the specified integer value
the constructed BigInt
Constructs a BigInt
whose value is equal to that of the specified long value.
Constructs a BigInt
whose value is equal to that of the specified long value.
the specified long value
the constructed BigInt
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.
AttributesTranslates the sign-magnitude representation of a BigInt into a BigInt.
Translates the sign-magnitude representation of a BigInt into a BigInt.
Value parametersbig-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.
AttributesConstructs a randomly generated BigInt, uniformly distributed over the range 0
to (2 ^ numBits - 1)
, inclusive.
Constructs a randomly generated BigInt, uniformly distributed over the range 0
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.
AttributesTranslates the string representation of a BigInt
in the specified radix
into a BigInt.
Translates the string representation of a BigInt
in the specified radix
into a BigInt.
Translates a java.math.BigInteger
into a BigInt.
Translates a java.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.
AttributesImplicit conversion from Int
to BigInt
.
Implicit conversion from Int
to BigInt
.
Implicit conversion from java.math.BigInteger
to scala.BigInt
.
Implicit conversion from java.math.BigInteger
to scala.BigInt
.
Implicit conversion from Long
to BigInt
.
Implicit conversion from Long
to BigInt
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4