Math类中提供了三个与取整有关的方法:ceil、floor、round,这些方法的作用与它们的英文名称的含义相对应,例如,ceil的英文意义是天花板,该方法就表示向上取整,所以,Math.ceil(11.3)的结果为12,Math.ceil(-11.3)的结果是-11;floor的英文意义是地板,该方法就表示向下取整,所以,Math.floor(11.6)的结果为11,Math.floor(-11.6)的结果是-12;最难掌握的是round方法,它表示“四舍五入”,算法为Math.floor(x+0.5),即将原来的数字加上0.5后再向下取整,所以,Math.round(11.5)的结果为12,Math.round(-11.5)的结果为-11.
Math.round(11.5)等於多少? Math.round(
1个回答
相关问题
-
一些算法的疑惑,Math.round(11.5)==12;Math.round(-11.5)==-11这里为什么等于-1
-
关于flash中Math.pow()和Math.round()问题
-
一个负数四舍五入的问题这个Math.round(-9.5);和Math.round(-9.6);为什么在AS和JS里得到
-
30、在ActionScript中,以下关于语句Math.round(random()*100)的说法正确的是(d).(
-
run round and round 翻译
-
英语翻译Little bee Little bee round round round Little bee littl
-
All year round round的词性
-
all the year round 的 round
-
A lovely animal has round head,round ears and a round body.I
-
vfp关于round函数的问题?ROUND(1234.1962,3) 1234.196?ROUND(1234.1962,