Oracle® OLAP Expression Syntax Reference Release 11.2 E23381-01 |
|
|
PDF · Mobi · ePub |
ATAN2
returns a full-range (0 - 2 pi) numeric value of the arc tangent of a given ratio. The function returns values in the range of -pi to pi, depending on the signs of the arguments.
Use ATAN
to calculate the angle value (in radians) of a specified tangent that is not a ratio.
NUMBER
ATAN2(n1, n2)
n1
and n2
are numeric expressions for the components of the ratio.
ATAN2(.3, .2)
returns the value 0.982793723
.