The COS function returns the cosine of the argument, where the argument is an angle expressed in radians. The COS and ACOS functions are inverse operations.
The data type of the result is double-precision floating point. If the argument can be null, the result can be null; if the argument is null, the result is the null value.
SELECT COS(:COSINE) FROM SYSIBM.SYSDUMMY1Returns the approximate value 0.07.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.