gcd of 32 and 2
To calculate the GCD (greatest common divisor), we first decompose the numbers into prime factors.
32 = 25
2 = 2
We keep the common prime factors with their smallest exponent.
▶pgcd(32, 2) = 2