Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GDD_LCM

        public GDD_LCM()
    • Method Detail

      • gcd

        public static int gcd​(int a,
                              int b)
      • lcm

        public static int lcm​(int a,
                              int b)