Try OpenEdge Now
SQL Reference
SQL Reference
:
OpenEdge SQL Functions
:
RADIANS
RADIANS
Returns the number of radians in an angle specified in degrees by
expression
.
Syntax
RADIANS (
expression
)
Notes
expression
specifies an angle in degrees.
expression
must evaluate to a numeric data type.
Example
This example illustrates the
RADIANS
function:
SELECT RADIANS(180) 'Radians in 180 degrees' FROM SYSPROGRESS.SYSCALCTABLE;
Compatibility
ODBC compatible