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