ATAN2
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the arctangent of the x and y coordinates
specified by expression1 and expression2.
Syntax
|
Notes
-
ATAN2takes the ratio of two sides of a right triangle and returns the corresponding angle. The ratio is the length of the side opposite the angle divided by the length of the side adjacent to the angle. - expression1 and expression2 specify the x and y coordinates of the end of the hypotenuse opposite the angle.
- The result is expressed in radians and is in the range -pi/2 to pi/2 radians. To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi.
- Both expression1 and expression2 must evaluate to approximate numeric data types.
Example
The
following example illustrates two ways to use the ATAN2 function:
|
Compatibility
ODBC compatible