摘要: 函数名描述示例结果pi圆周率math.pi3.1415926535898abs取绝对值math.abs(-2012)2012ceil向上取整math.ceil(9.1)10floor向下取整math.floor(9.9)9max取参数最大值math.max(2,4,6,8)8min取参数最小值mat... 阅读全文
posted @ 2015-10-30 20:16 hao.ma 阅读(164) 评论(0) 推荐(0) 编辑