Function Binomial-Coefficient

Part of:

package cl-mathstats
( binomial-coefficient < n > < k > )

Returns the binomial coefficient, n&#39; choose k,' as an integer. The result
may not be exactly correct, since the computation is done with logarithms. The
result is rounded to an integer. The implementation follows Numerical Recipes
in C, section 6.1