- java.lang.Object
-
- org.jgrapht.util.MathUtil
-
public class MathUtil extends Object
Math Utilities.- Author:
- Assaf Lehr
-
-
Constructor Summary
Constructors Constructor Description MathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longfactorial(int n)Calculate the factorial of $n$.static intlog2(int n)Calculate the floor of the binary logarithm of $n$.
-