Uses of Class
org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Packages that use CombinatoricsUtils.FactorialLog Package Description org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of CombinatoricsUtils.FactorialLog in org.hipparchus.util
Methods in org.hipparchus.util that return CombinatoricsUtils.FactorialLog Modifier and Type Method Description static CombinatoricsUtils.FactorialLog
CombinatoricsUtils.FactorialLog. create()
Creates an instance with no precomputed values.CombinatoricsUtils.FactorialLog
CombinatoricsUtils.FactorialLog. withCache(int cacheSize)
Creates an instance with the specified cache size.
-