|
gmp_binomialCalculates binomial coefficient Description
GMP gmp_binomial(GMPintstring
$n, int $k)Calculates the binomial coefficient C(n, k). Parameters
Return ValuesReturns the binomial coefficient C(n, k). Errors/Exceptions
Throws ValueError if Changelog
|