Home
last modified time | relevance | path

Searched refs:expint (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java218 expint(i, tmp); in expint() method
1183 private static double expint(int p, final double result[]) { in expint() method in FastMath