stats_stat_factorial
PHP function
Edit on GitHub ✎
(PECL stats >= 1.0.0)
Returns the factorial of an integer
Description
stats_stat_factorial(int $n): float
Returns the factorial of an integer, n.
Parameters
nAn integer
Return Values
The factorial of n.