COMB - Combinations Function

Returns the number of possible combinations ofn items taken m at a time.

Level 2Level 1->Level 1
nm->Cn:m
'symbn'm->'COMB(symbn, m)'
n'symbm'->'COMB(n, symbm)'
'symbn''symbm'->'COMB(symbn, symbm)'

Adrian Drury
Last modified: Wed Jun 3 17:00:19 EDT 1998