Crates.io | integral_lib |
lib.rs | integral_lib |
version | 0.2.1 |
source | src |
created_at | 2024-02-07 11:36:44.637165 |
updated_at | 2024-09-09 07:31:19.153003 |
description | Simple liblary for solving integrals using numerical methods |
homepage | |
repository | https://github.com/PTFOPlayer/integral |
max_upload_size | |
id | 1130417 |
size | 6,693 |
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
there is simd
feature that requires AVX support and nightly