EuclidGreatestCommonDivisor(IListBigInteger) Method |
Returns the greatest common divisor (gcd) of a set of big integers.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static BigInteger GreatestCommonDivisor(
IList<BigInteger> integers
)
Parameters
- integers IListBigInteger
- List of Integers.
Return Value
BigIntegerGreatest common divisor
gcd(list of integers)
See Also