malachite-base 0.4.6

A collection of utilities, including new arithmetic traits and iterators that generate all values of a type
Documentation
1
2
3
4
5
6
7
8
pub mod extended_gcd;
pub mod factorial;
pub mod kronecker_symbol;
pub mod mod_inverse;
pub mod mod_mul;
pub mod mod_pow;
pub mod mod_power_of_2_inverse;
pub mod primorial;