PHP 8.4.0 RC4 available for testing

stats_stat_binomial_coef

(PECL stats >= 1.0.0)

stats_stat_binomial_coefRenvoie un coefficient binomial

Description

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

Renvoie le coefficient binomial de n choisi x.

Liste de paramètres

x

Le nombre de choix dans l'ensemble

n

Le nombre d'éléments dans l'ensemble

Valeurs de retour

Renvoie le coefficient binomial

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top