integral_lib 0.1.0

Simple liblary for solving integrals using numerical methods
Documentation
1
2
3
4
5
6
7
8
# 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