0.1.0 |
|
---|
#16 in #numerical-methods
4KB
89 lines
integral_rs
Simple liblary for solving integrals using numerical methods
examples:
2*simpsons_three_eights(-1f64, 1f64, 600, |x| (1f64 - (x * x)).powf(0.5))
will give you aproximation of Pi