combinations
Calculate the number combinations in a population size n, whilst selecting k items
will return the total number of unique combinations in a population size n
, whilst selecting k
items. There is no custom return type, the function always returns an integer.
Last updated