Exemple #1
0
 public int Evclid_Gcd_IsReturnGcd(int first, int second)
 {
     return(Gcd.EvclidBin(first, second));
 }