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

PHP 5.5 以前での GMP 数リソース、PHP 5.6 以降での GMP オブジェクト、あるいは数値に変換可能な数値形式の文字列。

k

返り値

Returns the binomial coefficient C(n, k), 失敗した場合に FALSE を返します.

エラー / 例外

Issues E_WARNING if k is negative.