Class TStrictMath


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

      Constructors 
      Constructor Description
      TStrictMath()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double atan2​(double aValue1, double aValue2)  
      static double cos​(double aValue)  
      static int round​(float aFloat)  
      static double sin​(double aValue)  
      static double sqrt​(double aValue)  
      • Methods inherited from class java.lang.Object

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

      • TStrictMath

        public TStrictMath()
    • Method Detail

      • sqrt

        public static double sqrt​(double aValue)
      • sin

        public static double sin​(double aValue)
      • cos

        public static double cos​(double aValue)
      • round

        public static int round​(float aFloat)
      • atan2

        public static double atan2​(double aValue1,
                                   double aValue2)