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