freeCodeCamp/guide/english/mathematics/volume-of-a-sphere/index.md

688 B

title
Volume of a Sphere

Volume of a Sphere

Given the radius of the sphere, r, the volume of the sphere is

4/3 * π * r3.

For example, the volume of a sphere with radius 10 units is 4/3 * π * 10 * 10 * 10 = 4188.79.

More Information:

Volume of a Sphere