: what is meaning of double-precision in the following question?
:
: Write a function that returns the double-precision area of a circle, given the double precision radius passed to it. The formula to calculate the radius of a circle is .
:
: area = 3.14159 * radius * radius.
:
: what will be the value of radius.?
:
: and what will be the value of radius in above question?
: Talha Nasir
:
:
Use double variables as opposed to float for radius and area. How the heck do I know what the value of radius is going to be? I'm not clairvoyant/omniscient.