System.out.println(Math.pow(16, 0.5)); is 4.0
和
System.out.println(Math.pow(16, (1/2))); is 1.0
为什么???我需要使用分数!
java pow
java ×1
pow ×1