stats_stat_factorial

(PECL stats >= 1.0.0)

stats_stat_factorialReturns the factorial of an integer

説明

stats_stat_factorial(int$n): float

Returns the factorial of an integer, n.

パラメータ

n

An integer

戻り値

The factorial of n.

To Top