Wrong table size
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1169466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4137c5829
commit
a0b1c747b5
|
@ -3160,8 +3160,8 @@ public class FastMath {
|
|||
|
||||
static {
|
||||
if (FastMath.USE_PRECOMPUTED_TABLES) {
|
||||
EXP_FRAC_TABLE_A = new double[FastMath.EXP_INT_TABLE_LEN];
|
||||
EXP_FRAC_TABLE_B = new double[FastMath.EXP_INT_TABLE_LEN];
|
||||
EXP_FRAC_TABLE_A = new double[FastMath.EXP_FRAC_TABLE_LEN];
|
||||
EXP_FRAC_TABLE_B = new double[FastMath.EXP_FRAC_TABLE_LEN];
|
||||
|
||||
final double tmp[] = new double[2];
|
||||
final double recip[] = new double[2];
|
||||
|
|
Loading…
Reference in New Issue