Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
数のタンジェントを返します。
TAN( numeric-expression )
numeric-expression 角度 (ラジアン)。
DOUBLE
ATAN 関数と TAN 関数は逆変換の演算です。
この関数は、引数を DOUBLE に変換し、計算を倍精度浮動小数点で行い、結果を DOUBLE で返します。
SQL/2008 ベンダー拡張。
次の文は、0.52 の tan 値を返します。
SELECT TAN( 0.52 );