Method GreatestCommonDivisor
GreatestCommonDivisor(BigRational.Integer, BigRational.Integer)
Finds the greatest common divisor (GCD) of two BigRational.Integer integer values.
Declaration
public static BigRational.Integer GreatestCommonDivisor(BigRational.Integer a, BigRational.Integer b)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational.Integer | a | The first value. |
| BigRational.Integer | b | The second value. |
Returns
| Type | Description |
|---|---|
| BigRational.Integer | The greatest common divisor of |