stats_stat_factorial

Returns the factorial of an integer

Description

float stats_stat_factorial(int $n)

Returns the factorial of an integer, n.

Parameters

n

An integer

Return Values

The factorial of n.