描述
The FACT function returns the factorial of a number. The factorial of a number is equal to 1*2*3*...* number.
语法
FACT (number)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Number | The nonnegative number for which you want the factorial. If number is not an integer, it is truncated. | Required |
Notes
If the specified number is < 0, FACT returns #NUM! error.
如果指定的数字为非数字,则FACT返回#VALUE!错误。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
JavaScript 中的 FACT函数 - 无涯教程网无涯教程网提供描述The FACT function returns the factorial of a number. The factorial of a numb...https://www.learnfk.com/javascript/advanced-excel-math-trignometric-fact-function.html