Beispiel #1
0
 public int Test_BinEucklidNOD(params int[] a)
 {
     return(NODofNumbers.BinEucklidNOD(a).Item1);
 }