Icon ATAN2

Returns the arc tangent of x and y coordinates as an angle expressed in radians.

Syntax
ATAN2(<NumericExpression>,<NumericExpression>)

<NumericExpression> =

Type of:

SMALLINT
INTEGER|INT
BIGINT
FLOAT
DECIMAL|NUMERIC

Returns
FLOAT

Usage
The ATAN2 function returns the arc tangent of x and y coordinates as an angle expressed in radians.

SQL 2003 Standard Deviations
This function deviates from the SQL 2003 standard in the following ways:

DeviationDetails
ExtensionThis function is an ElevateDB extension.
Image