Re-exports§
pub use binomial::Binomial;pub use primes_generic::*;
Modules§
Macros§
Enums§
Constants§
Traits§
- Prime
- A trait that represents a prime number. There are currently two kinds of structs that implement
this trait: static primes and
ValidPrime, the dynamic prime.