Statistic 函数
PHP Manual

stats_stat_factorial

(PECL stats >= 1.0.0)

stats_stat_factorialReturns 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.


Statistic 函数
PHP Manual