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 );