6. Mathematical Library Methods
Introduction to package java.lang [ default ], methods of Math class.
pow(x,y), sqrt(x), cbrt(x), ceil(x), floor(x), round (x), abs(a), max(a, b), min(a,b), random( ).
Java expressions โ using all the operators and methods of Math class.