The document discusses Java's Math class and its methods. The Math class contains useful constants and methods for fundamental math functions. Methods in the Math class are static and can be called using the class name itself without creating an object. Common math methods in the Math class include max(), min(), abs(), sqrt() and others.
1 of 1
Download to read offline
More Related Content
งานย่อยที่6 นายณัฐนันท์ วันเพ็ญ ม.6/3 เลขที่2
1. Java
Math Class Medthod
--
2. Method Java
Method
Method
return_data_type
JAVA
JAVA