#integral #numeric #numerical-methods

已撤回 integral_rs

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

0.1.0 2024年2月7日

#14#numerical-methods

MIT/Apache

4KB
89

integral_rs

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

示例

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

将给出 Pi 的近似值

无运行时依赖