gmp_binomial
gmp_binomial
Calculates binomial coefficient
GMP **gmp_binomial** $n int $k
Calculates the binomial coefficient C(n, k).
n``k
Returns the binomial coefficient C(n, k).
Throws if is negative.
Prior to PHP 8.0.0, was issued instead.
ValueError``k``E_WARNING