Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The ARCTAN function calculates the angle value (in radians) of a specified tangent.
To retrieve a full-range (0
- 2
pi) numeric value indicating the arc tangent of a given ratio, use ARCTAN2.
Return Value
DECIMAL
Syntax
ARCTAN(expression)
Arguments
An expression that contains the decimal value of a tangent.
Examples