public class BigIntEuclidean extends Object
BigIntegers| Modifier and Type | Field and Description |
|---|---|
BigInteger |
gcd |
BigInteger |
x |
BigInteger |
y |
| Modifier and Type | Method and Description |
|---|---|
static BigIntEuclidean |
calculate(BigInteger a,
BigInteger b)
|
public BigInteger x
public BigInteger y
public BigInteger gcd
public static BigIntEuclidean calculate(BigInteger a, BigInteger b)
a - b - BigIntEuclidean object that contains the result in the variables x, y, and gcdCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.