Package net.jafama

Class CmnFastMath.MyTSqrt

  • Enclosing class:
    CmnFastMath

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

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

      • sqrtXSqrtHiTab

        static final double[] sqrtXSqrtHiTab
      • sqrtXSqrtLoTab

        static final double[] sqrtXSqrtLoTab
      • sqrtSlopeHiTab

        static final double[] sqrtSlopeHiTab
      • sqrtSlopeLoTab

        static final double[] sqrtSlopeLoTab
    • Constructor Detail

      • MyTSqrt

        MyTSqrt()
    • Method Detail

      • init

        private static void init()