Returns the arccosine of the argument as an angle expressed in radians.
The schema is SYSIBM. (The SYSFUN version of the ACOS function continues to be available.)
The result of the function is a double-precision floating-point number. The result can be null if the argument can be null or the database is configured with dft_sqlmathwarn set to YES; the result is the null value if the argument is null.
SELECT ACOS(:ACOSINE)
FROM SYSIBM.SYSDUMMY1
This statement returns
the approximate value 1.49.