(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.