Description

If given a circle's area or a sphere's volume the radius and diameter can be determined.


radius of a circle =

 = SQRT((volume) / PI())

 

radius of a sphere =

= (3 * (volume) / (4 * PI()))^(0.3333)

 

diameter of circle or sphere =

= 2 * (radius)


To read more or access our algorithms and calculators, please log in or register.