PHP 8.3.4 Released!

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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top