Searched defs:factorialLog (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DMathUtils.java836 return FastMath.floor(FastMath.exp(factorialLog(n)) + 0.5);
852 public static double factorialLog(final int n) { method in class:MathUtils

Completed in 298 milliseconds