Function Reference
— Mapping Function: bincoeff (n, k)

Return the binomial coefficient of n and k, defined as

For example,

          bincoeff (5, 2)
                10