combinations

Type: External

Group: general

Syntax

answer = combinations(items, total)

Description

Returns the number of combinations when taking count items from a set of total items.

Notes

Examples

combinations(3,5) = 10 combinations(3,6) = 20

See Also

permutations