mathru 0.16.2

Fundamental algorithms for scientific computing in Rust
Documentation
1
2
3
4
5
6
7
8
mod adaptive;
mod gauss_legendre;
mod root_weight;
mod root_weight_iterator;

pub use adaptive::Adaptive;
pub use gauss_legendre::GaussLegendre;
pub use root_weight::RootWeight;