전.java
산술식
==> 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) )
2021. 1. 29. 14:13