Package net.jafama

Class CmnFastMath.MyTAtan

  • Enclosing class:
    CmnFastMath

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

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

      • atanTab

        static final double[] atanTab
      • atanDer1DivF1Tab

        static final double[] atanDer1DivF1Tab
      • atanDer2DivF2Tab

        static final double[] atanDer2DivF2Tab
      • atanDer3DivF3Tab

        static final double[] atanDer3DivF3Tab
      • atanDer4DivF4Tab

        static final double[] atanDer4DivF4Tab
    • Constructor Detail

      • MyTAtan

        MyTAtan()
    • Method Detail

      • init

        private static void init()