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