combination(n, m)

Returns the number of combinations of m elements taken from a set of n elements.


See also fibonacci factorial random 


Example


combination( 5, 3 )

10