Gcd¶
func Gcd[T constraints.Integer](a, b T) T
Gcd returns the greatest common divisor of two integers using the Euclidean algorithm.
func Gcd[T constraints.Integer](a, b T) T
Gcd returns the greatest common divisor of two integers using the Euclidean algorithm.