Beispiel #1
0
 public static nint LeastCommonMultipleWith(this nint a, nint b) => (a / a.GreatestCommonMultipleWith(b)) * b;