math的用法如下:
Math.ceil(double a): //向上取整
Math.floor(double a): //向下取整
Math.round(double a): //四舍五入
Math.max(10, 20));
Math.min(10, 20));
Math.pow(2, 3));
Math.random(): //取随机数 [0.0 , 1.0) (包前不包后)
math的用法如下:
Math.ceil(double a): //向上取整
Math.floor(double a): //向下取整
Math.round(double a): //四舍五入
Math.max(10, 20));
Math.min(10, 20));
Math.pow(2, 3));
Math.random(): //取随机数 [0.0 , 1.0) (包前不包后)