
- Excel 函式教程
- Excel 函式 - 主頁
- 相容性函式
- 邏輯函式
- 文字函式
- 日期和時間函式
- 多維資料集函式
- 數學函式
- 三角函式
- 資料庫函式
- 動態陣列函式
- 工程函式
- 財務函式
- 資訊函式
- 查詢和引用函式
- 統計函式
- Web 函式
- Excel 有用資源
- Excel - 快速指南
- Excel - 有用資源
- Excel - 討論
Excel - FACTDOUBLE 函式
描述
FACTDOUBLE 函式返回數字的雙階乘。
語法
FACTDOUBLE (number)
引數
引數 | 描述 | 必需/可選 |
---|---|---|
Number | 要返回其雙階乘的值。如果 number 不是整數,則將會被截斷。 | 必需 |
備註
數字 n 的雙階乘為
$n!! = n\left ( n-2 \right )\left ( n-4 \right )...\left ( 4 \right )\left ( 2 \right )$, number 為偶數
$n!! = n\left ( n-2 \right )\left ( n-4 \right )...\left ( 3 \right )\left ( 1 \right )$, number 為奇數
如果 Number 為非數字,則 FACTDOUBLE 返回 #VALUE! 錯誤值。
如果 Number 為負數,則 FACTDOUBLE 返回 #NUM! 錯誤值。
適用性
Excel 2007、Excel 2010、Excel 2013、Excel 2016
示例

advanced_excel_math_trigonometric_functions.htm
廣告