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 値になります。
次の文は、角度 0.52 ラジアンのコサイン値を返します。
SELECT COS( 0.52 );