Degrees Function; Examples Of Degrees - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

DEGREES Function

The DEGREES function converts a numeric value expression expressed in radians to the number
of degrees.
DEGREES is a Neoview SQL extension.
DEGREES (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the DEGREES
function. See

Examples of DEGREES

This function returns the value 45 in degrees:
DEGREES (0.78540)
This function returns the value 45. The function DEGREES is the inverse of the function
RADIANS.
DEGREES (RADIANS (45))
"Numeric Value Expressions" (page
217).
DEGREES Function
333

Advertisement

Table of Contents
loading

Table of Contents