Class FastMath.lnMant

  • Enclosing class:
    FastMath

    private static class FastMath.lnMant
    extends java.lang.Object
    Enclose large data table in nested static class so it's only loaded on first access.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static double[][] LN_MANT
      Extended precision logarithm table over the range 1 - 2 in increments of 2^-10.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private lnMant()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LN_MANT

        private static final double[][] LN_MANT
        Extended precision logarithm table over the range 1 - 2 in increments of 2^-10.
    • Constructor Detail

      • lnMant

        private lnMant()