Changes

Jump to navigation Jump to search
135 bytes added ,  12:41, 20 November 2013
Line 11: Line 11:  
For Example,
 
For Example,
   −
GCD(5,10) ''returns 5''
+
GCD(25,100) ''returns 25''
 +
 
 +
The divisors for '25' are 1,5,5
 +
The divisors for '100' are 1,2,2,5,5
 +
So, common divisors are 1,5,5. Hence the GCD(25,100) is '25'.
    
*GCD value is the largest interger that divides the input numbers without a remainder.
 
*GCD value is the largest interger that divides the input numbers without a remainder.
writer
2,661

edits

Navigation menu