傳回從指定物件總數中選擇特定數量物件的方法總數,並將順序考量在內。
使用範本
PERMUT(4,2)
PERMUT(A2,B2)
語法
PERMUT(n, k)
n
可選物件的總數。k
要選擇的物件數。
附註
PERMUT
is the standard combinatorics function typically notated nPk. This is similar toCOMBIN
except in permutations, the order of selection is considered rather than simply the resultant selected \subset
另請參閱
MULTINOMIAL
: 傳回值總和的階乘除以值階乘的乘積之比率。
FACTDOUBLE
: 傳回指定數字的「雙階乘」。
FACT
: 傳回指定數字的階乘。
COMBIN
: 傳回從指定物件總數中選擇特定數量物件的方法總數。