PERMUT

PERMUT number of k-permutations of a n-set

Synopsis

PERMUT(n,k)

Arguments

n: size of the base set

k: number of elements in each permutation

Note

If n = 0 this function returns a #NUM! error. If n < k this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

COMBIN.