Wiki

Clone wiki

symja_android_library / Symbols / Binomial

Binomial

Binomial(n, k)
returns the binomial coefficient of the 2 integers n and k

See:

Examples

>>> Binomial(4,2)
6

Updated