Skip to main content

Module counting

Module counting 

Source

Functionsยง

combinations
Returns the number of unordered selections of size k from n items.
factorial
Returns n! using checked u128 arithmetic.
permutations
Returns the number of ordered selections of size k from n items.