Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
引数で与えられた角度のコタンジェントをラジアン単位で返します。
COT( numeric-expression )
numeric-expression 角度 (ラジアン)。
この関数は、引数を DOUBLE に変換し、計算を倍精度浮動小数点で行い、結果を DOUBLE で返します。パラメータが NULL 値の場合、結果は NULL 値になります。
次の文は、0.52 のコタンジェント値を返します。
SELECT COT( 0.52 );