Difference between revisions of "Manuals/calci/ATAN2"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | ||
− | *[http://en.wikipedia.org/wiki/ | + | *[http://en.wikipedia.org/wiki/Atan2 ATan2] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 03:51, 6 November 2013
ATAN2(x,y)
- x & y are coordinates
Description
- This function gives the inverse function of Tangent in trigonometry with two arguments (x,y).
- Here the arguments & .
- Also ATan2(x,y) is the angle between the x-axis and the point given by the co-ordinate (x,y) on it.
- Where x is the x-coordinate point & y is the y-coordinate point.
- The angle is positive for counter-clockwise angles (upper half-plane, y > 0), and negative for clockwise angles (lower half-plane, y < 0).
- Also the angle is with in to
Examples
ATAN2(x,y)
- x & y are coordinates
ATAN2(x,y) | Value(Radian) |
ATAN2(5,-6) | -0.8760580 |
ATAN2(0,1) | 1.5707963 |
ATAN2(1,0) | 0 |