Class FactorialDouble

java.lang.Object
org.apache.commons.numbers.combinatorics.FactorialDouble

@Deprecated public final class FactorialDouble extends Object
Deprecated.
Since 1.1 this functionality has been replaced with Factorial.doubleValue(int). Factorial of a number.
  • Field Details

    • INSTANCE

      private static final FactorialDouble INSTANCE
      Deprecated.
      Single instance.
  • Constructor Details

    • FactorialDouble

      private FactorialDouble()
      Deprecated.
      No public instances.
  • Method Details