numerical-integral 1.0.0

A library for evaluating integrals using numerical methods
Documentation
1
2
3
4
5
6
7
mod basic;
mod newton_cotes;
mod romberg;

pub use basic::*;
pub use newton_cotes::*;
pub use romberg::*;