Description Usage Arguments Details Value Examples
Inverts the binomial coefficient for general (n,k).
1 | inverse.choose(x, k)
|
x |
the binomial coefficient. |
k |
the denominator of the binomial coefficient |
Given a quantity x = choose(n, k) with fixed k, finds n.
the numerator of the binomial coefficient, if the Otherwise
1 2 3 4 | 100 == inverse.choose(choose(100,2), k = 2)
# TRUE
12345 == inverse.choose(choose(12345, 5), k = 5)
# TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.