stats_stat_factorial
(PECL stats >= 1.0.0)
stats_stat_factorial — Returns the factorial of an integer
Описание
stats_stat_factorial
( int
$n
) : float
Returns the factorial of an integer, n
.
Список параметров
-
n
-
An integer
Возвращаемые значения
The factorial of n
.