com.jeffpalm.math
Class IntMath

java.lang.Object
  extended by com.jeffpalm.math.IntMath

public final class IntMath
extends java.lang.Object


Method Summary
static int choose(int n, int m)
           
static int factorial(int d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

factorial

public static int factorial(int d)

choose

public static int choose(int n,
                         int m)