Package net.jafama

Class CmnFastMath.MyTExp

  • Enclosing class:
    CmnFastMath

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

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

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

      • expHiTab

        static final double[] expHiTab
      • expLoPosTab

        static final double[] expLoPosTab
      • expLoNegTab

        static final double[] expLoNegTab
    • Constructor Detail

      • MyTExp

        MyTExp()
    • Method Detail

      • init

        private static void init()