黑马程序员技术交流社区

标题: math类总结 [打印本页]

作者: cflying    时间: 2015-7-26 12:11
标题: math类总结
Math类

成员方法
Math abs(参数类型 形式参数) :绝对值
Math ceil(12.3)结果是13.0 :天花板数
Math floor()地板数
Math round()四舍五入
Math.random()随机数
Math.max(12,53)两个数中的最大值
Math.min(11,66)两个数中的最小值
Math.max(Math.max(11,33),120)三个数中的最大值
成员常量
Math.E
Math.PI




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2