Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回一个数字的反正弦值(以弧度表示)。
ASIN( numeric-expression )
numeric-expression 角度的正弦值。
DOUBLE
SIN 和 ASIN 函数互为逆运算。
此函数将其参数转换为 DOUBLE,并以双精度浮点运算执行计算。
以下语句返回 0.52 的反正弦值:
SELECT ASIN( 0.52 );