public class BigIntEuclidean
extends java.lang.Object
BigInteger
sModifier and Type | Field | Description |
---|---|---|
java.math.BigInteger |
gcd |
|
java.math.BigInteger |
x |
|
java.math.BigInteger |
y |
Modifier and Type | Method | Description |
---|---|---|
static BigIntEuclidean |
calculate(java.math.BigInteger a,
java.math.BigInteger b) |
public java.math.BigInteger x
public java.math.BigInteger y
public java.math.BigInteger gcd
public static BigIntEuclidean calculate(java.math.BigInteger a, java.math.BigInteger b)
a
- b
- BigIntEuclidean
object that contains the result in the variables x
, y
, and gcd