gmp_binomial

(PHP 7 >= 7.3.0)

gmp_binomialCalculates binomial coefficient

˵��

gmp_binomial ( mixed $n , int $k ) : GMP

Calculates the binomial coefficient C(n, k).

����

n

������һ�� GMP ���� resouce����һ������ת��Ϊ��ֵ���ַ�����

k

����ֵ

Returns the binomial coefficient C(n, k), ������ʧ��ʱ���� FALSE.

�����쳣

Issues E_WARNING if k is negative.