Sample documentation for a function

Sample documentation for a function where the entire program is contained in one file: /* Function: calcAreaCircle. The function, calcAreaCircle, calculates the area of a circle, given the . value of PI and the radius (real) of a circle, in inches. Receives: r - radius of the circle in inches (real) ................
................