BT编程语言文档
cos
返回指定角度的余弦值(角度为弧度制)语法 math.cos(x: Int|Float)
x:必填,接受一个角度值,单位为弧度
// 返回:1 math.cos(0) // 返回:0 math.cos(π / 2) // 返回:-1 math.cos(π)语法 math.cos(x: Int|Float)
x:必填,接受一个角度值,单位为弧度
// 返回:1 math.cos(0) // 返回:0 math.cos(π / 2) // 返回:-1 math.cos(π)