GCD Calculator
Calculate the Greatest Common Divisor (GCD) of two or more numbers using the Euclidean algorithm. Shows step-by-step solution and prime factorization.
Calculator Input
Input Numbers
number1 is required
Enter a positive integer (whole number greater than 0)
number2 is required
Enter a positive integer (whole number greater than 0)
Examples:
- • GCD(12, 8) = 4
- • GCD(17, 13) = 1 (coprime numbers)
- • GCD(48, 18) = 6
- • GCD(100, 25) = 25
Results
Enter two positive integers to calculate their GCD