GCD & LCM Calculator

Calculate the GCD (greatest common divisor) and LCM (least common multiple) of two positive integers using the Euclidean algorithm relationship.

Inputs
Results
GCD
6
LCM
36

Try an example