Class Functions


  • public class Functions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static double LOG2  
    • Constructor Summary

      Constructors 
      Constructor Description
      Functions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double log2​(double x)  
      static int max​(int a, int b)  
      static int min​(int a, int b)  
      static double sinc​(double x)  
      • Methods inherited from class java.lang.Object

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

      • Functions

        public Functions()
    • Method Detail

      • sinc

        public static double sinc​(double x)
      • min

        public static int min​(int a,
                              int b)
      • max

        public static int max​(int a,
                              int b)
      • log2

        public static double log2​(double x)