adic 0.5.1

Arithmetic and rootfinding for p-adic numbers
Documentation
1
2
3
4
5
6
7
//! Sequences, with emphasis on [`UltraNormed`](crate::math::normed::UltraNormed) sequences

mod bounds;
mod core;
pub mod factory;

pub use core::{derived, Sequence};