Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回数字表达式的反余弦值(以弧度表示)。
ACOS( numeric-expression )
numeric-expression 角度的余弦值。
DOUBLE
此函数将其参数转换为 DOUBLE,并以双精度浮点运算执行计算。
SQL/2008 服务商扩充。
以下语句返回 0.52 的反余弦值。
SELECT ACOS( 0.52 );