The Math Class

The Math class is in the java.lang package, so it does not need an import statement, it is a basic part of the language. It contains constants and methods. The constants are two most common ones:
PI
E
The methods are mathematic functions like square root, natural algorithm, among many others.
Consider the following links:
n) or next to Example Program
x) or out to Math Functions

Links:
Example Program
Math Functions