Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将数字由角度转换成弧度。
RADIANS( numeric-expression )
numeric-expression 数字(以度为单位)。此角度将转换成弧度。
DOUBLE
此函数将其参数转换为 DOUBLE,并以双精度浮点运算执行计算。
SQL/2008 服务商扩充。
以下语句返回近似值 0.5236。
SELECT RADIANS( 30 );