Uses of Class
org.apache.commons.numbers.combinatorics.FactorialDouble
-
Packages that use FactorialDouble Package Description org.apache.commons.numbers.combinatorics Combinatorics. -
-
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()
Deprecated.Since 1.1 this functionality has been replaced withFactorial.doubleValue(int)
.FactorialDouble
FactorialDouble. withCache(int cacheSize)
Deprecated.Since 1.1 this functionality has been replaced withFactorial.doubleValue(int)
.
-