Uses of Class
org.apache.commons.numbers.combinatorics.LogFactorial
-
Packages that use LogFactorial Package Description org.apache.commons.numbers.combinatorics Combinatorics. -
-
Uses of LogFactorial in org.apache.commons.numbers.combinatorics
Methods in org.apache.commons.numbers.combinatorics that return LogFactorial Modifier and Type Method Description static LogFactorial
LogFactorial. create()
Creates an instance with no precomputed values.LogFactorial
LogFactorial. withCache(int cacheSize)
Creates an instance with the specified cache size.
-