Package net.jafama

Class CmnFastMath.MyTCbrt

  • Enclosing class:
    CmnFastMath

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

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

      • cbrtXCbrtHiTab

        static final double[] cbrtXCbrtHiTab
      • cbrtXCbrtLoTab

        static final double[] cbrtXCbrtLoTab
      • cbrtSlopeHiTab

        static final double[] cbrtSlopeHiTab
      • cbrtSlopeLoTab

        static final double[] cbrtSlopeLoTab
    • Constructor Detail

      • MyTCbrt

        MyTCbrt()
    • Method Detail

      • init

        private static void init()