(PHP 7 >= 7.3.0)
gmp_binomial — Calculates binomial coefficient
$n
$k
Calculates the binomial coefficient C(n, k).
n
可以是一个 GMP 数据 resouce,或一个可以转换为数值的字符串。
k
Returns the binomial coefficient C(n, k), 或者在失败时返回 FALSE.
FALSE
Issues E_WARNING if k is negative.