摘要: 函数名 描述 示例 结果 pi 圆周率 math.pi 3.1415926535898 abs 取绝对值 math.abs(-2012) 2012 ceil 向上取整 math.ceil(9.1) 10 floor 向下取整 math.floor(9.9) 9 max 取参数最大值 math.max 阅读全文
posted @ 2018-07-04 11:40 三页菌 阅读(471) 评论(0) 推荐(0) 编辑