0.1.0 |
|
---|
#14 在 #numerical-methods
4KB
89 行
integral_rs
使用数值方法求解积分的简单库
示例
2*simpsons_three_eights(-1f64, 1f64, 600, |x| (1f64 - (x * x)).powf(0.5))
将给出 Pi 的近似值
0.1.0 |
|
---|
#14 在 #numerical-methods
4KB
89 行
使用数值方法求解积分的简单库
2*simpsons_three_eights(-1f64, 1f64, 600, |x| (1f64 - (x * x)).powf(0.5))
将给出 Pi 的近似值