Package org.apache.commons.math3.util
Class FastMath.lnMant
java.lang.Object
org.apache.commons.math3.util.FastMath.lnMant
- Enclosing class:
FastMath
Enclose large data table in nested static class so it's only loaded on first access.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double[][]
Extended precision logarithm table over the range 1 - 2 in increments of 2^-10. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LN_MANT
private static final double[][] LN_MANTExtended precision logarithm table over the range 1 - 2 in increments of 2^-10.
-
-
Constructor Details
-
lnMant
private lnMant()
-