Atan2 Function; Example Of Atan2 - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

ATAN2 Function

The ATAN2 function returns the arctangent of the x and y coordinates, specified by two numeric
value expressions, as an angle expressed in radians.
ATAN2 is a Neoview SQL extension.
ATAN2 (numeric-expression-x,numeric-expression-y)
numeric-expression-x, numeric-expression-y
are SQL numeric value expressions that specify the value for the x and y coordinate arguments
of the ATAN2 function. See

Example of ATAN2

This function returns the value 2.66344329881899600E+000, or approximately 2.6634:
ATAN2 (1.192,-2.3)
292
SQL Functions and Expressions
"Numeric Value Expressions" (page
217).

Advertisement

Table of Contents
loading

Table of Contents