atan2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|ATAN2]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|ATAN2]] | ||
[[Category:Scripting Commands OFP 1.46| | [[Category:Scripting Commands OFP 1.46|ATAN2]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|ATAN2]] | ||
Revision as of 13:06, 4 May 2006
x atan2 y
Operand types:
x: Number
y: Number
Type of returned value:
Description:
Returns the arctangens of x/y.
Returned value is in degrees, in the range -180 to +180, using the signs of both parameters to determine the quadrant of the return value.
Example:
_angle = 5 atan2 3 ..........Result is 59.0362