Difference between revisions of "MC-Basic:ATAN2"
m (Miborich moved page Axystems:MC-Basic:ATAN2 to MC-Basic:ATAN2: Global renaming of Axystems: namespace into (Main):) |
|||
Line 38: | Line 38: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATN|ATN]] |
* [[Axystems:MC-Basic:TAN|TAN]] | * [[Axystems:MC-Basic:TAN|TAN]] | ||
Revision as of 08:35, 22 May 2014
ATAN2 is used when it is necessary to know both the absolute value of the angle and the quadrant. The first expression is the value on the y axis and the second is the value on the x axis. The result gives the real angle in the range ±π radians.
Syntax
Atan2(<expression>, <expression>)
Availability
All versions
Type
Double
Range
± MaxDouble
Scope
Configuration, Task or Terminal
Limitations
Read only
Examples
?Atan2(1, -1)
- returns 0.75×π
- returns 0.75×π
?Atan2(-1, 1)
- returns -0.25×π