0.1.0 |
|
---|
#20 in #integral
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
Simple liblary for solving integrals using numerical methods
0.1.0 |
|
---|
#20 in #integral
4KB
89 lines
Simple liblary for solving integrals using numerical methods
2*simpsons_three_eights(-1f64, 1f64, 600, |x| (1f64 - (x * x)).powf(0.5))
will give you aproximation of Pi