BT编程语言文档
asin
返回指定数值的反正弦值,返回值为弧度语法 math.asin(x: Int|Float)
x:必填,接受一个介于-1和1之间的数字
// 返回:0 math.asin(0) // 返回:π / 2 math.asin(1) // 返回:-π / 2 math.asin(-1)语法 math.asin(x: Int|Float)
x:必填,接受一个介于-1和1之间的数字
// 返回:0 math.asin(0) // 返回:π / 2 math.asin(1) // 返回:-π / 2 math.asin(-1)