ActionScript 3 浮点数的舍入误差
示例
/**
* @param n Number to be rounded.
* @param precision Decimal places.
* @return Rounded Number
*/
function roundDecimal(n:Number, precision:Number):Number {
var factor:int = Math.pow(10, precision);
return (Math.round(n * factor) / factor);
}例子:
trace(0.9 - 1); //-0.09999999999999998 trace(roundDecimal(0.9 - 1, 1)); //-0.1 trace(roundDecimal(0.9 - 1, 2)); //-0.1 trace(roundDecimal(0.9 - 1.123, 1)); //-0.2 trace(roundDecimal(0.9 - 1.123, 2)); //-0.22 trace(roundDecimal(0.9 - 1.123, 3)); //-0.223
热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短