git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1169695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-09-12 11:21:43 +00:00
parent dad0b0163b
commit 372764aef6

View File

@ -6726,7 +6726,6 @@ public class FastMath {
EXP_FRAC_TABLE_B = new double[FastMath.EXP_FRAC_TABLE_LEN];
final double tmp[] = new double[2];
final double recip[] = new double[2];
// Populate expFracTable
for (int i = 0; i < EXP_FRAC_TABLE_A.length; i++) {