stats_stat_factorial

stats_stat_factorialReturns the factorial of an integer

Description

stats_stat_factorial(int $n): float

Returns the factorial of an integer, n.

Parameters

n

An integer

Return Values

The factorial of n.