private static class FastMath.ExpFracTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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].
|
Modifier | Constructor and Description |
---|---|
private |
FastMath.ExpFracTable() |
private static final double[] EXP_FRAC_TABLE_A
private static final double[] EXP_FRAC_TABLE_B
Copyright (c) 2003-2013 Apache Software Foundation