|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.util.FastMath.ExpFracTable
private static class FastMath.ExpFracTable
Enclose large data table in nested static class so it's only loaded on first access.
Field Summary | |
---|---|
private static double[] |
EXP_FRAC_TABLE_A
Exponential over the range of 0 - 1 in increments of 2^-10 exp(x/1024) = expFracTableA[x] + expFracTableB[x]. |
private static double[] |
EXP_FRAC_TABLE_B
Exponential over the range of 0 - 1 in increments of 2^-10 exp(x/1024) = expFracTableA[x] + expFracTableB[x]. |
Constructor Summary | |
---|---|
private |
FastMath.ExpFracTable()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final double[] EXP_FRAC_TABLE_A
private static final double[] EXP_FRAC_TABLE_B
Constructor Detail |
---|
private FastMath.ExpFracTable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |