Uses of Class
org.apache.commons.numbers.combinatorics.FactorialDouble
Packages that use FactorialDouble
-
Uses of FactorialDouble in org.apache.commons.numbers.combinatorics
Fields in org.apache.commons.numbers.combinatorics declared as FactorialDoubleModifier and TypeFieldDescriptionprivate static final FactorialDouble
FactorialDouble.INSTANCE
Deprecated.Single instance.Methods in org.apache.commons.numbers.combinatorics that return FactorialDoubleModifier and TypeMethodDescriptionstatic FactorialDouble
FactorialDouble.create()
Deprecated.FactorialDouble.withCache
(int cacheSize) Deprecated.Since 1.1 this functionality has been replaced withFactorial.doubleValue(int)
.
Factorial.doubleValue(int)
.