HP Prime for All

English  Русский 

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