greatestCommonDivisor(with:)

Returns the greatest common divisor of a and b.

GCD.swift:64
func greatestCommonDivisor(with b: BigInt) -> BigInt