#integral #numeric #numerical-methods

integral_lib

Simple liblary for solving integrals using numerical methods

1 unstable release

0.1.0 Feb 7, 2024

#638 in Math

MIT/Apache

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

No runtime deps