All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.number.BigComb

java.lang.Object
   |
   +----benno.number.BigComb

public abstract class BigComb
extends Object
BigComb is a combinatorics library using BigInteger. It supplies static methods and can not / should not be instantiated. references: "A First Course in Probability, Sheldon Ross, 5th Edition"


Constructor Index

 o BigComb()

Method Index

 o factorial(BigInteger)
 o nCr(BigInteger, BigInteger)
Ross, p6

Constructors

 o BigComb
 public BigComb()

Methods

 o factorial
 public static BigInteger factorial(BigInteger n)
 o nCr
 public static BigInteger nCr(BigInteger n,
                              BigInteger r)
Ross, p6


All Packages  Class Hierarchy  This Package  Previous  Next  Index