Package org.jgrapht.util
Class MathUtil
java.lang.Object
org.jgrapht.util.MathUtil
Math Utilities. Currently contains the following:
factorial(int N) - caclulate the factorial of N (aka N!)
- Since:
- May 30, 2005
- Author:
- Assaf
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MathUtil
public MathUtil()
-
-
Method Details
-
factorial
public static long factorial(int N)
-