Crate math_comb

Source

Structsยง

Comb
A struct for pre-calculating factorials and their modular inverses, useful for efficient combination and permutation calculations under mod.
Modexp
A struct that provides methods for modular exponentiation and modular inverse calculations.
Prime
A struct that provides methods for prime factorization using pollard rho algorithm and testing primality of numbers.
Spf