- math.exp e为底x次方值
- math.abs 绝对值
- math.acos 反余弦
- math.asin 反正弦
- math.atan 反正切
- math.cos 余弦
- math.sin 正弦
- math.tan 正切
- math.pi 圆周率
- math.deg 弧度转角度
- math.rad 角度转弧度
- math.ceil 向上取整
- math.floor 向下取整
- tonumber 字符转数字
- math.log 数字的自然对数
- math.modf 取整数和小数部分
- math.max 取得参数中最大值
- math.min 取得参数中最小
- math.ult 无符号数据比较
- math.sqrt开根号
- math.fmod 取余数
- rnd 随机数
- math.random 生产随机数
- math.randomseed 设置随机数种子
- math.tointeger 转化整数
- math.type 获取数字类型