(PHP 7 >= 7.3.0)
gmp_binomial — Calculates binomial coefficient
$n
$k
Calculates the binomial coefficient C(n, k).
n
PHP 5.5 以前での GMP 数リソース、PHP 5.6 以降での GMP オブジェクト、あるいは数値に変換可能な数値形式の文字列。
k
Returns the binomial coefficient C(n, k), 失敗した場合に FALSE を返します.
FALSE
Issues E_WARNING if k is negative.