CakeFest 2024: The Official CakePHP Conference

stats_stat_factorial

(PECL stats >= 1.0.0)

stats_stat_factorialReturns the factorial of an integer

Descrição

stats_stat_factorial(int $n): float

Returns the factorial of an integer, n.

Parâmetros

n

An integer

Valor Retornado

The factorial of n.

add a note

User Contributed Notes

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