#calculate #version #improved #values #mod #module

app Sph2-rs

Sph-rs 的改进版本,使用模块计算所需值

10 个版本

0.1.9 2024 年 5 月 7 日
0.1.8 2024 年 5 月 4 日

140数学 中排名

Download history 538/week @ 2024-05-01 50/week @ 2024-05-08 2/week @ 2024-05-15 7/week @ 2024-05-22 73/week @ 2024-07-24 20/week @ 2024-07-31

每月 383 次下载

自定义许可

15KB
53

Sph2-rs

这是什么

Sph-rs 的新版本,使用模块。

技术徽章

Rust

运行

使用以下命令

cargo run 2.25
>>> The perimeter of the circle is: 14.137166941154069
>>> The area of the circle is: 15.904312808798327
>>> The surface area of the sphere is: 63.61725123519331
>>> The volume of the sphere is: 47.71293842639498

将 2.25 替换为所需值。

您还可以包含 "calcul.rs" 作为模块并调用它。例如

let p = calcul::perimetre_cercle(rayon);
print!("Surface area of the circle is : {}", p);

依赖项

~315KB