probably 0.3.1

A library with various approximate computing algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod p2;
pub use p2::P2;

pub mod greenwald_khanna;
pub use greenwald_khanna::{Stream, Tuple};

pub mod histogram;

pub use histogram::{Bound, Error, Histogram, Iter};
pub mod misra_gries;