stats_stat_factorial
PHP Manual
PHP Manual»Statistic Funzioni»stats_stat_factorial

stats_stat_factorial

(PECL stats >= 1.0.0)

stats_stat_factorialReturns the factorial of an integer

Descrizione

function stats_stat_factorial(int $n): float

Returns the factorial of an integer, n.

Elenco dei parametri

n
An integer

Valori restituiti

The factorial of n.

To Top