Class and Description |
---|
org.apache.commons.numbers.combinatorics.FactorialDouble
Since 1.1 this functionality has been replaced with
Factorial.doubleValue(int) .
Factorial of a number. |
Method and Description |
---|
org.apache.commons.numbers.combinatorics.FactorialDouble.create()
Since 1.1 this functionality has been replaced with
Factorial.doubleValue(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 with
Factorial.doubleValue(int) .
The result of calling this method is the same as calling the |
org.apache.commons.numbers.combinatorics.FactorialDouble.withCache(int)
Since 1.1 this functionality has been replaced with
Factorial.doubleValue(int) .
This class no longer supports a cache. This method returns a reference to the same object. |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.