#numerical-methods #integral #numeric

integral_lib

Simple liblary for solving integrals using numerical methods

3 unstable releases

0.2.1 Sep 9, 2024
0.2.0 Sep 9, 2024
0.1.0 Feb 7, 2024

#537 in Math

Download history 7/week @ 2024-07-24 3/week @ 2024-07-31 180/week @ 2024-09-04 71/week @ 2024-09-11 25/week @ 2024-09-18 8/week @ 2024-09-25 3/week @ 2024-10-02

147 downloads per month

MIT/Apache

7KB
178 lines

integral_lib

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

features:

there is simd feature that requires AVX support and nightly

No runtime deps

Features