Numeric functions
DEGREES
Reference material for DEGREES function
Converts a value in radians to degrees.
Syntax
Parameters
Parameter | Description | Supported input types |
---|---|---|
<value> | The value to be converted to degrees from radians. | DOUBLE PRECISION |
Return Types
DEGREES
returns a value of type DOUBLE PRECISION
.
Example
The following example converts the value 3.14
in radians to degrees: