10 个版本
0.1.9 | 2024 年 5 月 7 日 |
---|---|
0.1.8 | 2024 年 5 月 4 日 |
140 在 数学 中排名
每月 383 次下载
15KB
53 行
Sph2-rs
这是什么
Sph-rs 的新版本,使用模块。
技术徽章
运行
使用以下命令
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