A C I 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.

I

intPow(double, int) - Static method in class Circle
Calculates (base^exp), where exp is a nonnegative integer.

P

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

A C I P