Package net.jafama

Class CmnFastMath.MyTLog

  • Enclosing class:
    CmnFastMath

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

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

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

      • logXLogTab

        static final double[] logXLogTab
      • logXTab

        static final double[] logXTab
      • logXInvTab

        static final double[] logXInvTab
    • Constructor Detail

      • MyTLog

        MyTLog()
    • Method Detail

      • init

        private static void init()