About 108,000 results
Open links in new tab
  1. Greatest common divisor - Wikipedia

    The greatest common divisor (GCD) of integers a and b, at least one of which is nonzero, is the greatest positive integer d such that d is a divisor of both a and b; that is, there are integers e and f such that …

  2. Grand Comics Database

    The Grand Comics Database (GCD) is a nonprofit, internet-based organization of international volunteers dedicated to building an open database covering all printed comics throughout the world. …

  3. Home - Global Credit Data

    Powered by data from World’s Leading Banks - Trusted by the Federal Reserve of US. Global Credit Data (GCD) is the premier global source for benchmarking defaults, losses, and recoveries on …

  4. Greatest Common Divisor - GCD - GeeksforGeeks

    Mar 7, 2026 · Greatest Common Divisor (GCD), also known as the Highest Common Factor (HCF), is the greatest number that divides a set of numbers without leaving a remainder. For example, GCD of …

  5. Greatest Common Factor Calculator

    Aug 1, 2025 · Calculate the GCF, GCD or HCF and see work with steps. Learn how to find the greatest common factor using factoring, prime factorization and the Euclidean Algorithm. The greatest …

  6. How to Find the GCD (Greatest Common Divisor)? - GeeksforGeeks

    Jan 24, 2026 · The following are simple steps to find GCD of two numbers a and b. Step 1: List all the divisors of the number 'a'. Step 2: List all the divisors of the number 'b'. Step 3: Identify the common …

  7. GCD Calculator

    The GCD is most often calculated for two numbers, when it is used to reduce fractions to their lowest terms. When the greatest common divisor of two numbers is 1, the two numbers are said to be …

  8. Euclidean algorithm - Wikipedia

    The Euclidean algorithm calculates the greatest common divisor (GCD) of two natural numbers a and b. The greatest common divisor g is the largest natural number that divides both a and b without …

  9. Global Credit Data

    Global Credit Data Global Credit Data

  10. 最大公约数 - OI Wiki

    可以发现,当我们求出两个数的 g c d gcd 时,求最小公倍数是 𝑂 (1) O (1) 的复杂度.那么对于多个数,我们其实没有必要求一个共同的最大公约数再去处理,最直接的方法就是,当我们算出两个数的 g c d …