class Combination(T)
- Combination(T)
 - Reference
 - Object
 
Defined in:
math/combination.crConstructors
Class Method Summary
Instance Method Summary
- #combination(n : Int, r : Int)
 - #factorial(n : Int)
 - #finv(n : Int)
 - #inv(n : Int)
 - #permutation(n : Int, r : Int)
 - #repeated_combination(n : Int, r : Int)