Translates the String representation of an IdealInt
with base b
into an IdealInt
.
Translates the String representation of an IdealInt
with base b
into an IdealInt
.
Translates the decimal String representation of an IdealInt
into an IdealInt
.
Translates the decimal String representation of an IdealInt
into an IdealInt
.
Constructs a IdealInt
whose value is equal to that of the
specified integer value.
Constructs a IdealInt
whose value is equal to that of the
specified integer value.
The gcd of a collection of IdealInt
.
The gcd of a collection of IdealInt
.
The gcd of a collection of IdealInt
.
The gcd of a collection of IdealInt
.
Extended Euclidean algorithm for computing both the gcd and the cofactors
of a sequence of IdealInt
.
Extended Euclidean algorithm for computing both the gcd and the cofactors
of a sequence of IdealInt
.
Extended Euclidean algorithm for computing both the gcd and the cofactors
of two IdealInt
.
Extended Euclidean algorithm for computing both the gcd and the cofactors
of two IdealInt
.
Implicit conversion from Int
to IdealInt
.
Implicit conversion from Int
to IdealInt
.
The lcm of a collection of IdealInt
.
The lcm of a collection of IdealInt
.
The lcm of a collection of IdealInt
.
The lcm of a collection of IdealInt
.
If n = 2^k
, return Some(k)
, otherwise
None
.
If n = 2^k
, return Some(k)
, otherwise
None
.
Implicit conversion from Long
to IdealInt
Implicit conversion from Long
to IdealInt
Compute the maximum of a sequence of IdealInt
.
Compute the maximum of a sequence of IdealInt
. If the sequence
is empty, ZERO
is returned
Compute the maximum of a sequence of IdealInt
.
Compute the maximum of a sequence of IdealInt
. If the sequence
is empty, ZERO
is returned
Compute 2^exp
.
Compute 2^exp
.
Compute 2^exp
.
Compute 2^exp
.
Compute 2^exp - 1
.
Compute 2^exp - 1
.
Compute 2^exp - 1
.
Compute 2^exp - 1
.
Compute 2^exp % modulus
.
Compute 2^exp % modulus
.
Compute the sum of a sequence of IdealInt
Compute the sum of a sequence of IdealInt
Extract a 32-bit integer from an IdealInt
.
Extract a 32-bit integer from an IdealInt
.
(Since version ) see corresponding Javadoc for more information.