#integral #numeric #numerical-methods

yanked integral_rs

Simple liblary for solving integrals using numerical methods

0.1.0 Feb 7, 2024

#16 in #numerical-methods

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