Fonctions sur les statistiques
PHP Manual

stats_stat_factorial

(PECL stats >= 1.0.0)

stats_stat_factorialReturns the factorial of an integer

Description

float stats_stat_factorial ( int $n )

Returns the factorial of an integer, n.

Liste de paramètres

n

An integer

Valeurs de retour

The factorial of n.


Fonctions sur les statistiques
PHP Manual