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

    When one of a and b is zero, the GCD is the absolute value of the nonzero integer: gcd (a, 0) = gcd (0, a) = |a|. This case is important as the terminating step of the Euclidean algorithm.

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

    Jan 24, 2026 · There are multiple methods to find the Greatest Common Divisor (GCD) such as: The prime factorization method involves breaking each number down into its prime factors (prime …

  3. GCD Calculator

    Use this page to calculate the gcd of a set of two or more numbers.

  4. Greatest Common Factor Calculator

    Aug 1, 2025 · The greatest common factor (GCF or GCD or HCF) of a set of whole numbers is the largest positive integer that divides evenly into all numbers with zero remainder.

  5. Greatest Common Divisor (GCD) Calculator- Free Online ... - Symbolab

    Free Online Greatest Common Divisor (GCD) calculator - Find the gcd of two or more numbers step-by-step

  6. GCD (Greatest Common Divisor) - How to Find GCD of two …

    The meaning and full form of GCD is the Greatest Common Divisor. So, GCD is the greatest positive number which is a common divisor for a given set of positive numbers.

  7. Greatest Common Divisor (examples, solutions, worksheets, videos, …

    The Greatest Common Divisor (GCD), often also called the Highest Common Factor (HCF), of two or more non-zero integers is the largest positive integer that divides each of the integers without leaving …

  8. GCD Calculator

    What is the GCD? The GCD (short for greater common divisor) is a useful mathematical concept: it is the largest number that divides exactly all the numbers in a set. The GCD is defined for every …

  9. Program to Find GCD or HCF of Two Numbers - GeeksforGeeks

    Mar 6, 2026 · Given two positive integers a and b, the task is to find the GCD of the two numbers. Note: The GCD (Greatest Common Divisor) or HCF (Highest Common Factor) of two numbers is the …

  10. 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 …