Math 클래스
- 수학 관련 static 메서드 집합
- 메서드
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html
Math (Java SE 11 & JDK 11 )
Returns the fused multiply add of the three arguments; that is, returns the exact product of the first two arguments summed with the third argument and then rounded once to the nearest float. The rounding is done using the round to nearest even rounding mo
docs.oracle.com
'Java' 카테고리의 다른 글
Java Number클래스 (0) | 2022.12.30 |
---|---|
Java 래퍼(wrapper) 클래스, 오토박싱과 언박싱 (0) | 2022.12.30 |
Java StringBuilder / StringBuffer 클래스 (0) | 2022.12.30 |
Java String 클래스 (0) | 2022.12.30 |
Java Object 클래스 (0) | 2022.12.29 |