Progress
SQL-92
Guide and Reference


DEGREES Function

Returns the number of degrees in an angle specified in radians by expression.

SYNTAX

DEGREES ( expression ) 

EXAMPLE

This example illustrates the DEGREES function:

SELECT DEGREES(3.14159265359) ’Degrees in pi Radians’
     FROM SYSPROGRESS.SYSCALCTABLE; 

NOTES

COMPATIBILITY

ODBC Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095