inst/snippet/cards-full-house.R

(choose(13,1)*                # a number to have three of
choose(4,3)*                  # threee of that number
choose(12,1)*                 # a different number to have two of
choose(4,2)) /                # two of that numer
choose(52,5)

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

fastR documentation built on May 2, 2019, 5:53 p.m.