Computer Science, asked by jayasmantri37, 5 hours ago

Name the function to calculate the greatest common divisor or highest common factor​

Answers

Answered by d09336nidhi
0

Explanation:

Using prime factorizations

Greatest common divisors can be computed by determining the prime factorizations of the two numbers and comparing factors. For example, to compute gcd(48, 180), we find the prime factorizations 48 = 2. 31 and 180 = 2.

Similar questions