Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回由其参数所指定的角度(以弧度表示)的余弦值。
COS( numeric-expression )
numeric-expression 角度(以弧度为单位)。
此函数将其参数转换为 DOUBLE,以双精度浮点运算执行计算,然后返回 DOUBLE 值作为结果。如果参数为 NULL,则结果为 NULL。
SQL/2008 服务商扩充。
以下语句返回 0.52 弧度角度的余弦值。
SELECT COS( 0.52 );