Modifier and Type | Method and Description |
---|---|
static FactorialDouble |
FactorialDouble.create()
Deprecated.
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. |
FactorialDouble |
FactorialDouble.withCache(int cacheSize)
Deprecated.
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.