-
Classes Class Description org.apache.commons.numbers.combinatorics.FactorialDouble Since 1.1 this functionality has been replaced withdoubleValue(int)
. Factorial of a number.
-
Methods Method Description org.apache.commons.numbers.combinatorics.FactorialDouble.create() Since 1.1 this functionality has been replaced withdoubleValue(int)
.This class no longer supports a cache. This method returns a reference to a single instance.
org.apache.commons.numbers.combinatorics.FactorialDouble.value(int) Since 1.1 this functionality has been replaced withdoubleValue(int)
.The result of calling this method is the same as calling the
doubleValue(int)
.org.apache.commons.numbers.combinatorics.FactorialDouble.withCache(int) Since 1.1 this functionality has been replaced withdoubleValue(int)
.This class no longer supports a cache. This method returns a reference to the same object.