View source: R/numericFunctions.R
binom_coef | R Documentation |
\binom{n}{k}
Compute the binomial coefficient \binom{n}{k}
binom_coef(n, k)
n |
a non-negative number |
k |
another non-negative number such that |
Numeric value of the binomial coefficient \binom{n}{k} = \frac{n!}{k!(n - k)!}
#'
Steve Gutreuter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.