mirror of
https://github.com/apache/commons-math.git
synced 2025-02-11 12:36:05 +00:00
Unused
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1169695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dad0b0163b
commit
372764aef6
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user