Files
freeCodeCamp/guide/english/mathematics/volume-of-a-sphere/index.md
2018-10-16 21:32:40 +05:30

688 B

title
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