Package ancheta.Matematicas
Class GDD_LCM
- java.lang.Object
-
- ancheta.Matematicas.GDD_LCM
-
public class GDD_LCM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GDD_LCM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
gcd(int a, int b)
static int
lcm(int a, int b)
-