We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788d95b commit 2f87cf4Copy full SHA for 2f87cf4
1 file changed
maths/volume.py
@@ -555,7 +555,7 @@ def main():
555
print(f"Torus: {vol_torus(2, 2) = }") # ~= 157.9
556
print(f"Conical Frustum: {vol_conical_frustum(2, 2, 4) = }") # ~= 58.6
557
print(f"Spherical cap: {vol_spherical_cap(1, 2) = }") # ~= 5.24
558
- print(f"Spheres intersetion: {vol_spheres_intersect(2, 2, 1) = }") # ~= 21.21
+ print(f"Spheres intersection: {vol_spheres_intersect(2, 2, 1) = }") # ~= 21.21
559
print(f"Spheres union: {vol_spheres_union(2, 2, 1) = }") # ~= 45.81
560
print(
561
f"Hollow Circular Cylinder: {vol_hollow_circular_cylinder(1, 2, 3) = }"
0 commit comments