Value of PI in Java

PI value in mathematics is a very important value used in number of formulas. In java value of PI can be obtained through Math class of java.lang package. Math.PI is a double constant whose value = 3.141592653589793 Let us look at a program to calculate area of circle using Math.PI Output