multicalc 0.5.0

Rust scientific computing for single and multi-variable calculus
Documentation
1
2
3
4
5
6
7
8
pub mod mode;
pub mod derivator;
pub mod finite_difference;
pub mod jacobian;
pub mod hessian;

#[cfg(test)]
mod test;