Package net.jafama

Class CmnFastMath.MyTTwoPow

  • Enclosing class:
    CmnFastMath

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

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

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

      • twoPowTab

        static final double[] twoPowTab
    • Constructor Detail

      • MyTTwoPow

        MyTTwoPow()
    • Method Detail

      • init

        private static void init()