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 3e9a074 commit 96ade6aCopy full SHA for 96ade6a
maths/volume.py
@@ -124,7 +124,7 @@ def vol_spheres_intersect(
124
def vol_spheres_union(
125
radius_1: float, radius_2: float, centers_distance: float
126
) -> float:
127
- """
+ r"""
128
Calculate the volume of the union of two spheres that possibly intersect.
129
130
It is the sum of sphere :math:`A` and sphere :math:`B` minus their intersection.
0 commit comments