Package org.jgrapht.util
Class MathUtil
- java.lang.Object
-
- org.jgrapht.util.MathUtil
-
public class MathUtil extends java.lang.Object
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 Constructor Description MathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
factorial(int N)
-