chooseC: Binomial coefficient

Description Usage Arguments Details Value Examples

Description

It calculates the binomial coefficient.

Usage

1
chooseC(n, k)

Arguments

n

set size

k

number of unordered outcomes

Details

implemented in C++

Value

numeric

Examples

1
chooseC(n=6, k=2)

alexmarzel/svisits documentation built on May 12, 2019, 1:36 a.m.