COMBIN

COMBIN binomial coefficient

Synopsis

COMBIN(n,k)

Arguments

n: non-negative integer

k: non-negative integer

Description

COMBIN returns the binomial coefficient "n choose k", the number of k-combinations of an n-element set without repetition.

Note

If n is less than k COMBIN returns #NUM!

Microsoft Excel Compatibility

This function is Excel compatible.

OpenDocument Format (ODF) Compatibility

This function is OpenFormula compatible.