combinations
combinations(n, k)
Compute the number of combinations of n items taken k at a time
Try it yourself:
$1 | combinations(7, 5)
|
See also:
All functionsCompute the number of combinations of n items taken k at a time
Try it yourself:
$1 | combinations(7, 5)
|