Class MathFunctions


  • public final class MathFunctions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Primitive EXPT  
    • Constructor Summary

      Constructors 
      Constructor Description
      MathFunctions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double OverUnderFlowCheck​(double number)
      Checks number for over- or underflow values.
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • MathFunctions

        public MathFunctions()
    • Method Detail

      • OverUnderFlowCheck

        public static final double OverUnderFlowCheck​(double number)
        Checks number for over- or underflow values.
        Parameters:
        number -
        Returns:
        number or signals an appropriate error