未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
binom
ElementElementElement functions can be customized with set
and show
rules.
Element
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) $

引数ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters
Parameters are the inputs to a function. They are specified in parentheses after the function name.
upper
RequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters are specified in order, without names.
Required
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters are specified in order, without names.
The binomial's upper index.
lower
RequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters are specified in order, without names.VariadicVariadicVariadic parameters can be specified multiple times.
Required
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters are specified in order, without names.
Variadic
Variadic
Variadic parameters can be specified multiple times.
The binomial's lower index.