PERM - Permutations Function

Returns the number of possible permutations of n items taken m at a time.

Level 2Level 1->Level 1
nm->Pn,m
'symbn'm->'PERM(symbn, m)'
n'symbm'->'PERM(n, symbm)'
'symbn''symbm'->'PERM(symbn, symbm)'

Adrian Drury
Last modified: Sat Jun 20 10:37:48 EDT 1998