Class FastMath.lnMant

java.lang.Object
org.apache.commons.math3.util.FastMath.lnMant
Enclosing class:
FastMath

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

    • LN_MANT

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

    • lnMant

      private lnMant()