fast-combinatorics-0.1.0.8: Fast combinatorics.

CopyrightCopyright (c) 2017 Vanessa McHale
Safe HaskellNone
LanguageHaskell2010

Numeric.Combinatorics

Description

 

Synopsis

Documentation

choose Source #

Arguments

:: Int

n

-> Int

k

-> Int 

Number of distinct sets of k objects drawn from a set of n distinct objects. See here.