JAVA
(생활코딩)1-7 숫자와연산
MINDEN
2020. 8. 14. 18:55
이클립스의 장점
https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html
Math (Java Platform SE 8 )
Returns the value of the first argument raised to the power of the second argument. Special cases: If the second argument is positive or negative zero, then the result is 1.0. If the second argument is 1.0, then the result is the same as the first argument
docs.oracle.com
Math(같은 것끼리 모아놓은 창고) 기능 사용설명서