class Combination(T)

Defined in:

math/combination.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(initial_capacity : Int = 2) #

[View source]

Class Method Detail

def self.table(n : Int) #

[View source]

Instance Method Detail

def combination(n : Int, r : Int) #

[View source]
def factorial(n : Int) #

[View source]
def finv(n : Int) #

[View source]
def inv(n : Int) #

[View source]
def permutation(n : Int, r : Int) #

[View source]
def repeated_combination(n : Int, r : Int) #

[View source]