您的位置首页百科知识

math.round()

math.round()

round()方法你可以这样理解:就是括号内的数+0.5之后,向下取值,前没比如慧正纳:round(3.4)就是3.4+0.5=3.9,清桐向下取值是3,所以round(3.4)=3;那么round(-10.5)就是-10.5+0.5=-10,向下取值就是-10,所以round(-10.5)=-10