stats_stat_factorial
PHP Manual
PHP Manual»Statistic Функції»stats_stat_factorial

stats_stat_factorial

(PECL stats >= 1.0.0)

stats_stat_factorialReturns the factorial of an integer

Опис

function stats_stat_factorial(int $n): float

Returns the factorial of an integer, n.

Параметри

n
An integer

Значення, що повертаються

The factorial of n.

To Top