greatestCommonDivisor(with:)

Returns the greatest common divisor of self and b.

GCD.swift:15
func greatestCommonDivisor(with b: BigUInt) -> BigUInt