Package net.jafama

Class CmnFastMath.MyTTan

  • Enclosing class:
    CmnFastMath

    static final class CmnFastMath.MyTTan
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MyTTan()  
    • 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

      • tanTab

        static final double[] tanTab
      • tanDer1DivF1Tab

        static final double[] tanDer1DivF1Tab
      • tanDer2DivF2Tab

        static final double[] tanDer2DivF2Tab
      • tanDer3DivF3Tab

        static final double[] tanDer3DivF3Tab
      • tanDer4DivF4Tab

        static final double[] tanDer4DivF4Tab
    • Constructor Detail

      • MyTTan

        MyTTan()
    • Method Detail

      • init

        private static void init()