Package net.jafama

Class CmnFastMath.MyTSinCos

  • Enclosing class:
    CmnFastMath

    static final class CmnFastMath.MyTSinCos
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static double[] cosTab  
      (package private) static double[] sinTab  
    • Constructor Summary

      Constructors 
      Constructor Description
      MyTSinCos()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void init()  
      • Methods inherited from class java.lang.Object

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

      • sinTab

        static final double[] sinTab
      • cosTab

        static final double[] cosTab
    • Constructor Detail

      • MyTSinCos

        MyTSinCos()
    • Method Detail

      • init

        private static void init()