Class MathUtil

java.lang.Object
org.jgrapht.util.MathUtil

public class MathUtil extends Object
Math Utilities. Currently contains the following:
  • factorial(int N) - caclulate the factorial of N (aka N!)
  • Since:
    May 30, 2005
    Author:
    Assaf
    • Constructor Details

      • MathUtil

        public MathUtil()
    • Method Details

      • factorial

        public static long factorial(int N)