#integral #numeric #numerical-methods

integral_lib

使用数值方法解决积分的简单库

1个不稳定版本

0.1.0 2024年2月7日

#1011数学

MIT/Apache

4KB
89

integral_rs

使用数值方法解决积分的简单库

示例

2*simpsons_three_eights(-1f64, 1f64, 600, |x| (1f64 - (x * x)).powf(0.5))

将给出Pi的近似值

无运行时依赖