A C P

A

area(double) - Static method in class Circle
Calculates the area of a circle with the given radius.

C

Circle - Class in <Unnamed>
 
circum(double) - Static method in class Circle
Calculates the circumference of a circle with the given radius.

P

PI - Static variable in class Circle
Contains the value of pi to four decimal places.

A C P