PHP Conference Japan 2024

stats_stat_binomial_coef

(PECL stats >= 1.0.0)

stats_stat_binomial_coef返回二項式係數

說明

stats_stat_binomial_coef(int $x, int $n): float

返回從 n 中選取 x 的二項式係數。

參數

x

從集合中選取的數量

n

集合中元素的數量

傳回值

返回二項式係數

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top