DEGREES Function

Description

The DEGREES function returns the argument x specified in radian converted to a degree value. The return value is a DOUBLE type.

Syntax

DEGREES ( x )

Example

SELECT DEGREES(pi()/6), DEGREES(pi()/3), DEGREES (pi());

  degrees( pi()/6)          degrees( pi()/3)            degrees( pi())

==============================================================================

  3.000000000000000e+01     5.999999999999999e+01     1.800000000000000e+02