Package mathvoyage.algebra
Class Factorial_UTIL
java.lang.Object
mathvoyage.algebra.Factorial_UTIL
The type Factorial util.
-
Method Summary
Modifier and TypeMethodDescriptiondoublefactorial(double number) Returns the factorial of a number.static Factorial_UTILReturns the singleton instance of this class.
-
Method Details
-
getInstance
Returns the singleton instance of this class.- Returns:
- The singleton instance
-
factorial
public double factorial(double number) Returns the factorial of a number.- Parameters:
number- The number- Returns:
- The factorial
-