728x90
==> 5.0/9*(F-32)
==> Math.pow(5, x) + Math.pow(5, y) - 4*m
=> ((int)Math.pow(x, 2) - (int)Math.pow(y, 2)) / (2*x)
==> Math.abs( Math.pow(b, 2) - 4*a*c )
==> (x+y) / (x-y)
==> Math.log10(Math.pow(x+y, 3))
==> Math.sqrt( Math.pow(s-a, 2) + Math.pow(s-b, 2) + Math.pow(s-c, 2) )
반응형
'전.java' 카테고리의 다른 글
대문자는 소문자로, 소문자는 대문자로 변환 (0) | 2021.01.29 |
---|---|
논리식 (0) | 2021.01.29 |
16진수를 10진수로 변환 (0) | 2021.01.28 |
마방진(magic square) (0) | 2021.01.28 |
행렬의 행과 열을 바꾸는 메소드 transpose (0) | 2021.01.28 |