摘要: public class Test { public static void main(String[] args) { /** * Math.sqrt()//计算平方根 * Math.cbrt()//计算立方根 * Math.pow(a,b)//计算a的b次方 * Math.max( , )//计... 阅读全文
posted @ 2018-05-08 22:40 w944372441 阅读(119) 评论(0) 推荐(0) 编辑