Class GreatestCommonDenominator

    • Constructor Detail

      • GreatestCommonDenominator

        public GreatestCommonDenominator()
    • Method Detail

      • call

        public Object call​(Object[] args)
        Description copied from class: PureFunction
        Computes the value of the function on the given arguments
        Specified by:
        call in class PureFunction
        Parameters:
        args - the values of the arguments
        Returns:
        the return value of the function
      • GCD

        public static double GCD​(double a,
                                 double b)
      • getDescription

        public String getDescription()
      • getParams

        public String getParams()
      • getReturns

        public String getReturns()