#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

#531 in Math

22 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