calc.binom
Calculate a binomial coefficient.
Example
#calc.binom(10, 5)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
n
The upper coefficient. Must be non-negative.
k
The lower coefficient. Must be non-negative.