r2rs-nmath 0.1.1

Statistics programming for Rust based on R's nmath package
Documentation
1
2
3
4
5
6
7
8
mod bd0;
mod chebyshev;
mod logspace;
mod q_discrete_search;
mod stirlerr;
mod toms708;

pub use self::{bd0::*, chebyshev::*, logspace::*, q_discrete_search::*, stirlerr::*, toms708::*};