RADIANS

Returns the number of radians for an argument that is expressed in degrees. The argument is an expressions that returns the value of any built-in numeric data type.

Example:

Assume column HDEG has a value of 180. The following statement:

  RADIANS(HDEG)

Returns a double precision floating-point number with an approximate value of 3.1415926536.