Searched refs:EXP_FRAC_TABLE_B (Results 1 – 1 of 1) sorted by relevance
70 private static final double EXP_FRAC_TABLE_B[] = new double[1025]; field in FastMath234 EXP_FRAC_TABLE_B[i] = tmp[1];774 final double fracPartB = EXP_FRAC_TABLE_B[intFrac]; in exp()870 double tempB = EXP_FRAC_TABLE_B[intFrac]; in expm1()