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

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

RADIANS Function

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

Examples of RADIANS

Return the value 7.85398150000000000E-001, or approximately 0.78540 in degrees:
RADIANS (45)
Return the value 45 in degrees. The function DEGREES is the inverse of the function
RADIANS.
DEGREES (RADIANS (45))
"Numeric Value Expressions" (page
265).
RADIANS Function
443

Advertisement

Table of Contents
loading

Table of Contents