javaMath类-成都快上网建站

javaMath类

    System.out.println(Math.ceil(3.2));      //返回大于或等于给定数的整数
    System.out.println(Math.floor(3.8));     //返回小于或等于给定数的整数
    System.out.println(Math.round(3.5));     //四舍五入
    System.out.println(Math.abs(-45));       //绝对值
    System.out.println(Math.sqrt(64));       //算术平方根
    System.out.println(Math.pow(5,2));       //返回5的2次方

    System.out.println(Math.PI);
    System.out.println(Math.E);
    System.out.println(Math.random());       //返回0到1之间的随机数

文章题目:javaMath类
网页链接:http://kswjz.com/article/jsooec.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流