1、丟棄小數部分,保留整數部分
parseint(5/2) // 2
2、向上取整,有小數就整數部分加1
math.ceil(5/2) // 3
3、向下取整
math.floor(5/2) // 2
4、四捨五入.
math.round(5/2) // 3
方法
描述abs(x)
返回數的絕對值
acos(x)
返回數的反余弦值
asin(x)
返回數的反正弦值
atan(x)
以介於 -pi/2 與 pi/2 弧度之間的數值來返回 x 的反正切值
atan2(y,x)
返回從 x 軸到點 (x,y) 的角度(介於 -pi/2 與 pi/2 弧度之間)
ceil(x)
對乙個數進行上捨入。
cos(x)
返回數的余弦
exp(x)
返回 e 的指數。
floor(x)
對乙個數進行下捨入。
log(x)
返回數的自然對數(底為e)
max(x,y)
返回 x 和 y 中的最高值
min(x,y)
返回 x 和 y 中的最低值
pow(x,y)
返回 x 的 y 次冪
random()
返回 0 ~ 1 之間的隨機數
round(x)
把乙個數四捨五入為最接近的整數
sin(x)
返回數的正弦
sqrt(x)
返回數的平方根
tan(x)
返回乙個角的正切
tosource()
代表物件的源**
valueof()
返回乙個 math 物件的原始值
js 餘數 取 js取整數 取餘數的方法
1.丟棄小數部分,保留整數部分 parseint 5 2 2.向上取整,有小數就整數部分加1 math.ceil 5 2 3,四捨五入.math.round 5 2 4,向下取整 math.floor 5 2 math 物件的方法 ff firefox,n netscape,ie internet ...
js 餘數 取 js取整數 取餘數的方法
1.丟棄小數部分,保留整數部分 parseint 5 2 2.向上取整,有小數就整數部分加1 math.ceil 5 2 3,四捨五入.math.round 5 2 4,向下取整 math.floor 5 2 math 物件的方法 ff firefox,n netscape,ie internet ...
js 餘數 取 js取整數 取餘數的方法
1.丟棄小數部分,保留整數部分 parseint 5 2 2.向上取整,有小數就整數部分加1 math.ceil 5 2 3,四捨五入.math.round 5 2 4,向下取整 math.floor 5 2 math 物件的方法 ff firefox,n netscape,ie internet ...