(y,x)
.
Syntax
Parameters
Parameter | Description | Supported input types |
---|---|---|
<value_y> | The y value in the arc tangent calculation | DOUBLE PRECISION |
<value_x> | The x value in the arc tangent calculation | DOUBLE PRECISION |
Return Type
DOUBLE PRECISION
Example
The following example calculates the arc tangent of the values11
and 3
: