数学库: 三角函数:math.sin, math.cos, math.tan, math.asin, math.acos 都以弧度为单位: 指数和对数函数:exp, log, log10: 取整函数:math.floor, math.ceil: 最大最小函数:math.max math.min: 随机函数:math.randomseed, math.random(无参数返回[0,1),有参数返回[1,n]) 常量:math.pi, math.huge table库: table.insert(t…