Function dhelp_comb#

Function Documentation#

int64_t dhelp_comb(int64_t a, int64_t b)#

Returns the number of possible combinations of a elements into subsets of size b.

Parameters:
  • a[in] Size of whole set.

  • b[in] Size of subsets.