![]() | greatestCommonDivisor Class |
Namespace: NumberStone
public static class greatestCommonDivisor
Name | Description | |
---|---|---|
![]() ![]() | GreatestCommonDivisor(IList<Int64>) |
Get the greatest common divisor of an array on Int64s.
|
![]() ![]() | GreatestCommonDivisor(IList<BigInteger>) |
Get the greatest common divisor of an array on BigIntegers.
|
![]() ![]() | GreatestCommonDivisor(Int32[]) |
Get the greatest common divisor of an array on Int32s.
|
![]() ![]() | GreatestCommonDivisor(Int64[]) |
Get the greatest common divisor of an array on Int64s.
|
![]() ![]() | GreatestCommonDivisor(BigInteger[]) |
Get the greatest common divisor of an array on BigIntegers.
|