Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DGamma.java69 private static final double S_LIMIT = 1e-5; field in Gamma
295 if (x > 0 && x <= S_LIMIT) { in digamma()
324 if (x > 0 && x <= S_LIMIT) { in trigamma()