Searched refs:FACT (Results 1 – 1 of 1) sorted by relevance
73 private static final double FACT[] = new double[20]; field in FastMath208 FACT[0] = 1.0;209 for (i = 1; i < FACT.length; i++) {210 FACT[i] = FACT[i-1] * i;999 split(FACT[i], as); in slowexp()1781 split(FACT[i], as); in slowSin()1824 split(FACT[i], as); in slowCos()