Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
数値式のアークコサインをラジアン単位で返します。Ultra Light Java Edition データベースではサポートされていません。
ACOS( numeric-expression )
numeric-expression 角度のコサイン。
DOUBLE
この関数は、引数を DOUBLE に変換し、倍精度浮動小数点で計算を行います。
次の文は、0.52 のアークコサイン値を返します。
SELECT ACOS( 0.52 );