摘要: math模块的函数如下: 0,常量 math.pi π = 3.141592... math.e e = 2.718281... 1,数值计算函数 math.ceil(x) 返回≥x的最小整数 math.floor(x) 返回≤x的最大整数 math.copysign(x,y) 返回与y同号的x值 阅读全文
posted @ 2014-12-05 17:06 Callingwisdom 阅读(114) 评论(0) 推荐(0) 编辑