The RADIANS function returns the number of radians for an argument that is expressed in degrees.
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 RADIANS(:HDEG) FROM SYSIBM.SYSDUMMY1Returns a double precision floating-point number with an approximate value of 3.1415926536.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.