未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
binom
ElementElement functions can be customized with set
and show
rules.
Element functions can be customized with
set
and show
rules.A binomial expression.
Example
$ binom(n, k) $
$ binom(n, k_1, k_2, k_3, ..., k_m) $

引数Parameters 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.
upper
RequiredRequired parameters must be specified when calling the function.PositionalPositional parameters are specified in order, without names.
Required
Required parameters must be specified when calling the function.
Positional
Positional parameters are specified in order, without names.
The binomial's upper index.
lower
RequiredRequired parameters must be specified when calling the function.PositionalPositional parameters are specified in order, without names.VariadicVariadic parameters can be specified multiple times.
Required
Required parameters must be specified when calling the function.
Positional
Positional parameters are specified in order, without names.
Variadic
Variadic parameters can be specified multiple times.
The binomial's lower index.