Определение

Наибольший общий делитель.

$gcd(a, b) = d \iff (d\space|\space a) \space\land\space (d\space|\space b) \space\land\space (d - max)$

Алгоритмы для нахождения

Euclid algorithm

Extended Euclid algorithm