com.thomaso.numeric
Class BigCombo

java.lang.Object
  |
  +--com.thomaso.numeric.BigCombo

public class BigCombo
extends java.lang.Object


Constructor Summary
BigCombo()
           
 
Method Summary
static java.math.BigInteger choose(int n, int k)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigCombo

public BigCombo()
Method Detail

choose

public static java.math.BigInteger choose(int n,
                                          int k)

main

public static void main(java.lang.String[] args)