adic 0.5.1

Arithmetic and rootfinding for p-adic numbers
Documentation
1
2
3
4
5
6
7
8
9
mod conversion;
mod ops;
mod trait_impl;
mod z_adic;

pub use z_adic::ZAdic;

#[cfg(test)]
mod test_ops;