Skip to main content

Crate gauss_int

Crate gauss_int 

Source

Re-exports§

pub use big_int::BigInt;
pub use gauss_int::GaussInt;
pub use number_theory::crt;
pub use number_theory::euler_totient;
pub use number_theory::factorize;
pub use number_theory::is_gaussian_prime;
pub use number_theory::is_prime;
pub use number_theory::jacobi_symbol;

Modules§

big_int
gauss_int
number_theory
Number-theoretic functions on BigInt.