array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.stats-stat-factorial.php', 1 => 'stats_stat_factorial', 2 => 'Returns the factorial of an integer', ), 'up' => array ( 0 => 'ref.stats.php', 1 => 'Statistic 函数', ), 'prev' => array ( 0 => 'function.stats-stat-correlation.php', 1 => 'stats_stat_correlation', ), 'next' => array ( 0 => 'function.stats-stat-independent-t.php', 1 => 'stats_stat_independent_t', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stats/functions/stats-stat-factorial.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

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.