scSemiProfiler.utils.
comb
Combination number
a (int) – The total number of choice
int
b (int) – The number of elements to choose.
mpmath.ctx_mp_python.mpf
cad – Choose a from b
Example
>>> print(comb(5,3))