compute 0.2.3

A crate for statistical computing.
Documentation
1
2
3
4
5
6
7
//! Algorithms for integrating functions and ODEs.

mod functions;
// mod odes;

pub use functions::*;
// pub use odes::*;