adic 0.5.1

Arithmetic and rootfinding for p-adic numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod m_adic;
mod m_adic_digits;
mod pow_adic;
mod power_ops;
mod trait_impl;

pub use m_adic::MAdic;
pub use pow_adic::PowAdic;

#[cfg(test)]
mod test_ops;