numerilib 0.1.2

A Rust Mathematics Library
Documentation
mod binomial;
mod cauchy;
mod chi;
mod chisquared;
mod fisher;
mod gaussian;
mod geometric;
mod hypergeometric;
mod poisson;
mod student;

pub use binomial::*;
pub use cauchy::*;
pub use chi::*;
pub use chisquared::*;
pub use fisher::*;
pub use gaussian::*;
pub use geometric::*;
pub use hypergeometric::*;
pub use poisson::*;
pub use student::*;