stats_stat_factorial

Returns the factorial of an integer

説明

float stats_stat_factorial(int $n)

Returns the factorial of an integer, n.

パラメータ

n

An integer

戻り値

The factorial of n.