PERM - Permutations Function
Returns the number of possible permutations of
n
items taken
m
at a time.
Level 2
Level 1
->
Level 1
n
m
->
P
n,m
'
symb
n
'
m
->
'PERM(
symb
n
,
m
)'
n
'
symb
m
'
->
'PERM(
n, symb
m
)'
'
symb
n
'
'
symb
m
'
->
'PERM(
symb
n
,
symb
m
)'
Adrian Drury
Last modified: Sat Jun 20 10:37:48 EDT 1998