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