Class MathUtils


  • public class MathUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MathUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double getMax​(double[] input)  
      static double getSum​(double[] input)  
      • Methods inherited from class java.lang.Object

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

      • MathUtils

        public MathUtils()
    • Method Detail

      • getMax

        public static double getMax​(double[] input)
      • getSum

        public static double getSum​(double[] input)