HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
PERM
Syntax
PERM(n, r)
Description
Permutations. Returns the number of permutations (with regard to order) of n things taken r at a time: n!/(n-r)!
Example
PERM(5,2) returns 20
PERM — Discussion
↑Back to top