PHP 8.4.0 RC4 available for testing

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